GitNexus/gitnexus-web
Gergo Magyar a61d2aec91 @
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.
@
2026-05-10 10:02:11 +01:00
..
e2e test(web-e2e): raise status-ready timeout to 45s for parallel-worker stability (#908) 2026-04-18 10:15:28 +01:00
src fix(security): log-injection, http-to-file-access, client-side-request-forgery (#1456) 2026-05-09 17:26:32 +01:00
test fix(security): log-injection, http-to-file-access, client-side-request-forgery (#1456) 2026-05-09 17:26:32 +01:00
.gitignore gitnexus wal cleanup preventing reindexing issue fixed 2026-02-06 06:35:15 +05:30
index.html feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
package-lock.json chore(deps)(deps-dev): bump @vercel/node in /gitnexus-web 2026-05-10 05:17:02 +00:00
package.json chore(deps)(deps-dev): bump @vercel/node in /gitnexus-web 2026-05-10 05:17:02 +00:00
playwright.config.ts feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
tsconfig.app.json feat: unify web and cli ingestion pipeline (#536) 2026-03-28 14:07:11 +00:00
tsconfig.json feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
tsconfig.node.json feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
vercel.json @ 2026-05-10 10:02:11 +01:00
vite.config.ts feat: add docker support (#848) 2026-04-18 08:39:18 +01:00
vitest.config.ts chore(web): bump vite 7.3.2 -> 8.0.10 + vitest 4 (iter 3 of 3) (#1063) 2026-04-24 14:16:45 +01:00