mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 14:27:20 +00:00
- Remove duplicate 'version' key - Remove JavaScript comments (not valid in JSON) - Remove duplicate 'env' key Fixes invalid vercel.json error on aethex.app deployment
6 lines
64 B
JSON
6 lines
64 B
JSON
{
|
|
"version": 2,
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
}
|