Skip to content

Commit

Permalink
fix: wrong path in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
ObjectRetros committed Jun 25, 2024
1 parent 521f101 commit 31ab46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/themes/atom/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
laravel({
input: [
"resources/themes/atom/css/app.scss",
"resources/app.scss",
"resources/css/app.scss",
"resources/themes/atom/js/app.js",
],
}),
Expand Down
2 changes: 1 addition & 1 deletion resources/themes/dusk/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
laravel({
input: [
"resources/themes/dusk/css/app.scss",
"resources/app.scss",
"resources/css/app.scss",
"resources/themes/dusk/js/app.js",
],
}),
Expand Down

0 comments on commit 31ab46f

Please sign in to comment.