mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 14:37:19 +00:00
12 lines
271 B
JSON
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"
|
|
}
|
|
}
|