phenix-web-control-center
Advanced tools
Comparing version 2017.3.0-rc.2 to 2017.3.0-rc.3
{ | ||
"name": "phenix-web-control-center", | ||
"version": "2017.3.0-rc.2", | ||
"version": "2017.3.0-rc.3", | ||
"description": "Phenix control center", | ||
@@ -29,3 +29,4 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"start:hmr": "npm run server:dev:hmr", | ||
"start": "npm run server:dev", | ||
"start": "cross-env BACKEND_URI=local.phenixp2p.com:8443 npm run server:dev", | ||
"start:stage": "cross-env BACKEND_URI=stg.phenixp2p.com npm run server:dev", | ||
"pretest": "npm install", | ||
@@ -32,0 +33,0 @@ "test": "karma start", |
Sorry, the diff of this file is not supported yet
1708627