We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c42b78 commit f78fc2eCopy full SHA for f78fc2e
1 file changed
package.json
@@ -5,7 +5,10 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "cd frontend && npm install && npm run build",
8
- "start": "cd frontend && npm start",
+ "start": "cd frontend && npm run start",
9
+ "start:local": "cd frontend && npm run start:local",
10
+ "start:prod": "cd frontend && npm run start:prod",
11
+ "start:docker": "cd frontend && npm run start:docker",
12
"serve": "cd frontend && node server.js"
13
},
14
"keywords": [],
0 commit comments