git ssb

0+

Rômulo Alves / website



Commit c44ac06334a29af161898bac11e72394e3d96e8f

Removing port variable on start

Rômulo Alves committed on 2/22/2017, 9:51:51 AM
Parent: 84d5e09c535dd684a7d3b5e5a40a9ad01b52a9d2

Files changed

package.jsonchanged
package.jsonView
@@ -12,9 +12,9 @@
1212 },
1313 "scripts": {
1414 "dev": "next",
1515 "build": "next build",
16- "start": "next start -p $PORT"
16+ "start": "next start"
1717 },
1818 "cacheDirectories": [
1919 "nextjs/node_modules"
2020 ],

Built with git-ssb-web