fix: 修复 Vercel 部署失败 #35
This commit is contained in:
parent
9eb76a5f52
commit
d6fcb1628e
@ -8,8 +8,7 @@
|
|||||||
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"dev": "npx nodemon index.js",
|
"dev": "npx nodemon index.js",
|
||||||
"prd": "pm2 start index.js",
|
"prd": "pm2 start index.js"
|
||||||
"build": "node index.js"
|
|
||||||
},
|
},
|
||||||
"author": "imsyy",
|
"author": "imsyy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user