fix eslint errors for Vercel deployment

This commit is contained in:
Yannick Le Duc
2025-08-25 18:48:52 +02:00
parent 535a39674c
commit 1be44503c9
9 changed files with 91 additions and 3 deletions

14
.vercelignore Normal file
View File

@@ -0,0 +1,14 @@
node_modules
.next
.env.local
.env.development.local
.env.test.local
.env.production.local
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
*.tgz
*.tar.gz
fix-eslint.sh