mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02:00
fix: use https url for local->heroku proxy
This commit is contained in:
parent
b1d30b045e
commit
d88435f0c5
@ -30,7 +30,7 @@
|
|||||||
"build:ico": "cp public/*.ico dist/.",
|
"build:ico": "cp public/*.ico dist/.",
|
||||||
"build:img": "cp public/*.png dist/public/.",
|
"build:img": "cp public/*.png dist/public/.",
|
||||||
"start": "NODE_ENV=development webpack-dev-server --progress --colors",
|
"start": "NODE_ENV=development webpack-dev-server --progress --colors",
|
||||||
"start:heroku": "UNLEASH_API=http://unleash.herokuapp.com npm run start",
|
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com npm run start",
|
||||||
"lint": "eslint . --ext js,jsx",
|
"lint": "eslint . --ext js,jsx",
|
||||||
"lint:fix": "eslint . --ext js,jsx --fix",
|
"lint:fix": "eslint . --ext js,jsx --fix",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
Loading…
Reference in New Issue
Block a user