modified: vercel.json

This commit is contained in:
MrPiglr 2025-12-23 23:04:09 +00:00
parent 686ed5ba59
commit 6876984402

View file

@ -1,5 +1,9 @@
{
"version": 2,
"version": 2,
"env": {
"NODE_ENV": "production"
}
// All backend logic should be placed in api/ as serverless functions.
// Static assets are served from client/public (set in vite.config.ts).
"env": {