mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-27 21:25:08 +00:00
Revert "fix(deploy): 修复部分启动失败 (#196)"
This reverts commit 395a80e74b9e69b8bfadfc19d77d57121f68087d.
This commit is contained in:
parent
2c9da8507d
commit
dc6f56e8a8
13
app.js
13
app.js
@ -8,16 +8,11 @@ async function start() {
|
||||
if (!fs.existsSync(path.resolve(tmpPath, 'anonymous_token'))) {
|
||||
fs.writeFileSync(path.resolve(tmpPath, 'anonymous_token'), '', 'utf-8')
|
||||
}
|
||||
// 启动时更新anonymous_token(Vercel 构建环境下跳过网络请求喵~)
|
||||
if (!process.env.VERCEL_ENV) {
|
||||
const generateConfig = require('./generateConfig')
|
||||
await generateConfig()
|
||||
}
|
||||
// 启动时更新anonymous_token
|
||||
const generateConfig = require('./generateConfig')
|
||||
await generateConfig()
|
||||
require('./server').serveNcmApi({
|
||||
checkVersion: true,
|
||||
})
|
||||
}
|
||||
start().catch((err) => {
|
||||
console.error('[FATAL] 启动失败:', err)
|
||||
process.exit(1)
|
||||
})
|
||||
start()
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
},
|
||||
"homepage": "https://neteasecloudmusicapienhanced.js.org/",
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
"node": ">=12"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user