mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-26 17:37:19 +00:00
modified: vercel.json
This commit is contained in:
parent
686ed5ba59
commit
6876984402
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
|
"version": 2,
|
||||||
|
"env": {
|
||||||
|
"NODE_ENV": "production"
|
||||||
|
}
|
||||||
// All backend logic should be placed in api/ as serverless functions.
|
// All backend logic should be placed in api/ as serverless functions.
|
||||||
// Static assets are served from client/public (set in vite.config.ts).
|
// Static assets are served from client/public (set in vite.config.ts).
|
||||||
"env": {
|
"env": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue