Add Vercel config with React Router preset, vercel-build script and /api/auth rewrite to the Convex site. Add VDS staging compose for the Rivet engine and runner plus systemd units, deployment plan, and Docker/Vercel ignore rules. Lockfile covers both the web and agents dependency additions.
18 lines
315 B
Plaintext
18 lines
315 B
Plaintext
# Archived implementations and agent reference material are not part of the web build.
|
|
repos/
|
|
.agents/
|
|
.codex/
|
|
|
|
# Private deployment operations are deployed to the VDS, not Vercel.
|
|
deploy/
|
|
infra/
|
|
docs/
|
|
|
|
# Local development state and tooling.
|
|
.vscode/
|
|
coverage/
|
|
.env
|
|
.env.*
|
|
packages/backend/.convex/
|
|
.vercel/output/
|