diff options
Diffstat (limited to 'gui-clamp/ui-react/package.json')
-rw-r--r-- | gui-clamp/ui-react/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui-clamp/ui-react/package.json b/gui-clamp/ui-react/package.json index c699c19..b15cc1f 100644 --- a/gui-clamp/ui-react/package.json +++ b/gui-clamp/ui-react/package.json @@ -9,9 +9,9 @@ }, "main": "index.js", "homepage": ".", - "proxy": "https://localhost:8443", + "proxy": "http://policy-clamp-runtime-acm:6969", "scripts": { - "start": "HTTPS=true react-scripts start", + "start": "HTTPS=false react-scripts start", "build": "react-scripts build", "test": "jest", "test:watch": "jest --watch", @@ -34,8 +34,10 @@ "@material-ui/lab": "4.0.0-alpha.60", "@material-ui/pickers": "3.3.10", "bootstrap-css-only": "4.4.1", + "debug": "^4.3.4", "js-yaml": "4.1.0", "material-table": "1.68.0", + "package.json": "^2.0.1", "react": "17.0.2", "react-bootstrap": "1.6.1", "react-dom": "17.0.2", |