AeThex-OS/vercel.json
2025-12-23 23:04:09 +00:00

12 lines
271 B
JSON

{
"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": {
"NODE_ENV": "production"
}
}