Skip to content

Commit

Permalink
Merge pull request #198 from atom-retros/develop
Browse files Browse the repository at this point in the history
fix: wrong path in vite config
  • Loading branch information
ObjectRetros authored Jun 25, 2024
2 parents e01dcec + 31ab46f commit d8f8c2b
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 d8f8c2b

Please sign in to comment.