fix: resolve Docker build issues

- Update .gitignore to allow moveIndex.json (needed at build time)
- Exclude only eco*.json files (too large for git)
- Add uuid package dependency for sessionManager

Fixes:
- Next.js build error: Module not found moveIndex.json
- Build error: Module not found uuid
This commit is contained in:
Stefan
2025-12-08 16:31:03 +01:00
parent 3f096d39a3
commit 8db8410ffe
4 changed files with 129495 additions and 4 deletions
+2 -1
View File
@@ -39,7 +39,8 @@
"react-dom": "19.2.0",
"react-markdown": "^10.1.0",
"stockfish.js": "^10.0.2",
"tailwind-merge": "^3.4.0"
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",