fix: 移除 engines 字段使用 Vercel 项目设置
- 移除 package.json 中的 engines 配置 - 让 Vercel 使用项目设置中配置的 Node.js 版本 - 避免版本冲突 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8a7168e9b9
commit
73555ac5f0
|
|
@ -5,9 +5,6 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"engines": {
|
|
||||||
"node": "20.x"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx nest build",
|
"build": "npx nest build",
|
||||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue