ソースを参照

change port to 4220

tigger 2 年 前
コミット
656eb52d87
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "0.0.0",
   "scripts": {
     "ng": "ng",
-    "start": "ng serve",
+    "start": "ng serve --port 4220",
     "build": "ng build",
     "watch": "ng build --watch --configuration development",
     "test": "ng test"