mirror of
https://github.com/mempool/mempool.git
synced 2026-08-16 13:00:49 +02:00
Npm run start broke
This commit is contained in:
parent
f5c558e055
commit
bc9063e490
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"serve:stg": "npm run generate-config && ng serve -c staging",
|
||||
"serve:local-prod": "npm run generate-config && ng serve -c local-prod",
|
||||
"serve:local-staging": "npm run generate-config && ng serve -c local-staging",
|
||||
"start": "npm run generate-config && npm run sync-assets-dev && ng serve -c local --host 192.168.0.110",
|
||||
"start": "npm run generate-config && npm run sync-assets-dev && ng serve -c local",
|
||||
"start:stg": "npm run generate-config && npm run sync-assets-dev && ng serve -c staging",
|
||||
"start:local-prod": "npm run generate-config && npm run sync-assets-dev && ng serve -c local-prod",
|
||||
"start:local-staging": "npm run generate-config && npm run sync-assets-dev && ng serve -c local-staging",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue