From eac5fca44cf336e256dd48116b9b769f87c1a723 Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Fri, 17 Feb 2023 12:15:50 +0100 Subject: [PATCH] Update demo start script (#3143) Starting with [Demo](https://app.unleash-hosted.com/demo/) backend should work with `cd frontend && yarn && yarn start:demo` --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 96df7daf240..136e1abc878 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",