We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121e40a commit f099c57Copy full SHA for f099c57
package.json
@@ -9,8 +9,8 @@
9
"dev": "next dev",
10
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
11
"build": "next build",
12
+ "build:vercel": "node vercel.prestart.js && next build",
13
"start": "next start",
- "start:vercel": "node vercel.prestart.js && next start",
14
"tsc": "tsc --pretty --noEmit",
15
"lint": "eslint lint --max-warnings=0",
16
"format": "eslint --fix --max-warnings=0",
0 commit comments