1
0
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:
Tymoteusz Czech 2023-02-17 12:15:50 +01:00 committed by GitHub
parent 0b1d4fbd07
commit eac5fca44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",