We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac6d00 commit a4ecdacCopy full SHA for a4ecdac
package.json
@@ -2,7 +2,8 @@
2
"private": true,
3
"scripts": {
4
"dev": "next dev",
5
- "build": "next build"
+ "build": "next build",
6
+ "start": "next start"
7
},
8
"dependencies": {
9
"next": "latest",
0 commit comments