瀏覽代碼

changed port to 8080

luis 6 年之前
父節點
當前提交
7c705c3993
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/package.json.boiler

+ 1 - 1
frontend/package.json.boiler

@@ -8,7 +8,7 @@
     "react-scripts": "1.1.1"
   },
   "scripts": {
-    "start": "react-scripts start",
+    "start": "PORT=8080 react-scripts start",
     "build": "react-scripts build",
     "test": "react-scripts test --env=jsdom",
     "eject": "react-scripts eject"