mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:07:20 +00:00
fix(vercel): remove invalid JSON syntax in vercel.json
- Remove duplicate 'version' key - Remove JavaScript comments (not valid in JSON) - Remove duplicate 'env' key Fixes invalid vercel.json error on aethex.app deployment
This commit is contained in:
parent
4b5cac8154
commit
68d2bccb50
1 changed files with 0 additions and 6 deletions
|
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue