mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-24 00:51:53 +00:00
fix(vercel): install devDependencies during build Vercel sets NODE_ENV=production with custom installCommand, so devDeps (typescript, vite) were skipped. Build worked accidentally because @vercel/node hoisted typescript transitively; v5.7.15 no longer does, breaking `tsc -b`. Add --include=dev so the build picks up devDeps explicitly. @ |
||
|---|---|---|
| .. | ||
| e2e | ||
| src | ||
| test | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vercel.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||