diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-04-27 19:06:12 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-04-27 19:06:18 +0800 |
commit | c46bae2a8435ae6e27e242c0a158f4c99214461f (patch) | |
tree | 83f1b437b098eb5ba2d6e2128cb28d84de53c544 /usecaseui-portal/package.json | |
parent | 5da70916a3eb0295daf5e715b3ee69aa082e41ad (diff) |
fix: fix bugs of adding customers
Change-Id: I177fc3a15aa49beefc3ea5c372a2e60dc594c90d
Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r-- | usecaseui-portal/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json index 201921a6..60aeb5ee 100644 --- a/usecaseui-portal/package.json +++ b/usecaseui-portal/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "ng server", "server": "ng serve --proxy-config proxy.conf.json", "build": "ng build --prod --aot", "test": "ng test", |