chore(package): 添加 Node.js 版本引擎要求

master
钟良源 4 months ago
parent ff6792046d
commit 7d2b3ca27f

@ -1,6 +1,9 @@
{
"name": "next-app-ts",
"private": true,
"engines": {
"node": ">=16.20.0"
},
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 4121",
"build": "next build",

Loading…
Cancel
Save