From 8e2bd3e5021bca4bb026be1fa13e928d40f03716 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Sat, 27 Nov 2021 11:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f030bab..7084f7c1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "scripts": { "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng", "ng": "ng", - "start": "ng s -o", + "start": "ng s -o --port 4202", "hmr": "ng s -o --hmr", "build": "npm run ng-high-memory build", "analyze": "npm run ng-high-memory build -- --source-map",