Skip to content

Commit

Permalink
ignore direnv in vite
Browse files Browse the repository at this point in the history
  • Loading branch information
aottr committed Sep 13, 2024
1 parent dc174bc commit 4264024
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

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

9 changes: 9 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ import vue from '@vitejs/plugin-vue';

export default defineConfig({
assetsInclude: ['**/*.TTF'],
server: {
watch: {
ignored: [
'**/.direnv/**',
'.devenv.*',
'flake.*'
]
}
},
plugins: [
laravel({
input: 'resources/js/app.js',
Expand Down

0 comments on commit 4264024

Please sign in to comment.