mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Update demo start script (#3143)
Starting with [Demo](https://app.unleash-hosted.com/demo/) backend should work with `cd frontend && yarn && yarn start:demo`
This commit is contained in:
parent
0b1d4fbd07
commit
eac5fca44c
@ -16,7 +16,7 @@
|
||||
"start:sandbox": "UNLEASH_API=https://sandbox.getunleash.io/ospro yarn run start",
|
||||
"start:demo2": "UNLEASH_API=https://sandbox.getunleash.io/ UNLEASH_BASE_PATH=/demo2/ yarn run start",
|
||||
"start:enterprise": "UNLEASH_API=https://unleash.herokuapp.com VITE_TEST_REDIRECT=true yarn run start",
|
||||
"start:demo": "UNLEASH_BASE_PATH=/demo/ yarn start",
|
||||
"start:demo": "UNLEASH_BASE_PATH=/demo/ UNLEASH_API=https://app.unleash-hosted.com/ yarn run start",
|
||||
"test": "tsc && vitest run",
|
||||
"test:snapshot": "yarn test -u",
|
||||
"test:watch": "vitest watch",
|
||||
|
Loading…
Reference in New Issue
Block a user