Selaa lähdekoodia

change port to 4220

tigger 2 vuotta sitten
vanhempi
commit
656eb52d87
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"