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.
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"$schema": "https://rivet.dev/engine-config-schema.json",
|
|
"file_system": {
|
|
"path": "/data"
|
|
},
|
|
"singleplayer": false
|
|
}
|