mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-02-04 12:53:10 +00:00
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
26 lines
603 B
JSON
26 lines
603 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "./index.js",
|
|
"use": "@vercel/node"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/",
|
|
"headers": {
|
|
"Access-Control-Allow-Credentials": "true",
|
|
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
|
|
"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": "false"
|
|
}
|
|
}
|