fix: docker-compose vite dependency for fuma-docs

This commit is contained in:
Anish Sarkar 2026-01-15 18:57:54 +05:30
parent a05fe3ca07
commit 138347c02d
2 changed files with 291 additions and 3 deletions

View file

@ -124,6 +124,7 @@
"eslint-config-next": "15.2.0",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.6",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"vite": "^7.3.1"
}
}