Skip to content

Commit

Permalink
- trying to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Dec 12, 2024
1 parent 2b9e073 commit 04ae8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default ({ mode }) => {
},
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.js'],
input: ['resources/css/app.css', 'resources/js/app.ts'],
refresh: true,
}),
vue({
Expand Down

0 comments on commit 04ae8aa

Please sign in to comment.