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 fd30581 commit 484d111Copy full SHA for 484d111
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"dev": "next dev -p 2301",
10
"build": "next build",
11
- "start": "npm run build && pm2 start ./src/app.js -n 'manual'",
+ "start": "yarn build && next start",
12
"staging": "npm run build && pm2 reload ./src/app.js -n 'manual' --update-env",
13
"production": "npm run build && pm2 reload ./src/app.js -n 'manual' --update-env",
14
"start_db": "rethinkdb --bind all",
pages/about.jsx
0 commit comments