build(env): disable global dotenv file

This commit is contained in:
ImFurina 2025-10-17 21:35:27 +08:00
parent 6d33efee47
commit f3d95f17b4
2 changed files with 6 additions and 1 deletions

View File

@ -16,5 +16,10 @@
"Access-Control-Allow-Headers": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
}
}
]
],
"env": {
"NODE_ENV": "production",
"ENABLE_FLAC": "true",
"ENABLE_GENERAL_UNBLOCK": "true"
}
}