Skip to content

Commit

Permalink
~ Fix vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
modernben committed Aug 8, 2023
1 parent a7c5242 commit 2471368
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import path from 'path';

export default defineConfig({
plugins: [
Expand Down

0 comments on commit 2471368

Please sign in to comment.