Skip to content

Commit 6855e2b

Browse files
committed
nextj ssr revert
1 parent a49f503 commit 6855e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"scripts": {
99
"dev": "next",
1010
"rebuild": "node importBuilder",
11-
"build": "next build && next export",
12-
"start": "next build && next start -p $PORT",
11+
"build": "next build",
12+
"start": "next start -p $PORT",
1313
"open": "concurrently \"http-server -a localhost -p 3000\" \"open http://localhost:3000\"",
1414
"component": "node tools/create/component.js",
1515
"reboot": "heroku builds:cancel -a forautoweb && heroku restart -a forautoweb",

0 commit comments

Comments
 (0)