git ssb

0+

Rômulo Alves / website



Commit 6b864007e8c5b621bfd0c79f8d8e177a2e6effc3

Adding start with port

Rômulo Alves committed on 2/21/2017, 7:38:00 PM
Parent: 7b71a25fdd6ca5a50f73babc4cd05edc82b9f086

Files changed

package.jsonchanged
package.jsonView
@@ -7,9 +7,9 @@
77 },
88 "scripts": {
99 "dev": "next",
1010 "build": "next build",
11- "start": "next start"
11+ "start": "next start -p $PORT"
1212 },
1313 "repository": {
1414 "type": "git",
1515 "url": "git+https://github.com/romuloalves/romuloalves.github.io.git"

Built with git-ssb-web