Ver Fonte

还原代码

fogwind há 1 semana atrás
pai
commit
44e50bf3cd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "scripts": {
     "dev": "next dev",
     "build": "NODE_ENV=production eslint . && next build",
-    "start": "NODE_ENV=development next start",
+    "start": "next start",
     "lint": "eslint .",
     "lint:fix": "next lint --fix",
     "package-version": "npx npm-check-updates"