Skip to content

Commit 49b9dd1

Browse files
committed
🐛 fix Corrigir caminho de app.css e app.js no vite config
1 parent 4ebde93 commit 49b9dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import laravel from 'laravel-vite-plugin';
44
export default defineConfig({
55
plugins: [
66
laravel({
7-
input: ['resources/css/app.css', 'resources/js/app.js'],
7+
input: ['css/app.css', 'js/app.js'],
88
refresh: true,
99
}),
1010
],

0 commit comments

Comments
 (0)