Skip to content

Commit 91e3c14

Browse files
committed
Add redirects for embed-grid/chart as well...
1 parent e2287ce commit 91e3c14

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/embed-chart/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Location of the iris script and API server
22
# Set this value to __mocks__ to use mock server instead
3-
VITE_CORE_API_URL=/jsapi
3+
VITE_CORE_API_URL=../../jsapi
44
VITE_CORE_API_NAME=dh-core.js
55
VITE_BUILD_PATH=./build
66
VITE_LOG_LEVEL=2

packages/embed-chart/.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
VITE_CORE_API_URL=/jsapi
12
VITE_LOG_LEVEL=4
23
VITE_FAVICON=./favicon-cc-app-dev.svg
34

packages/embed-grid/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Location of the iris script and API server
22
# Set this value to __mocks__ to use mock server instead
3-
VITE_CORE_API_URL=/jsapi
3+
VITE_CORE_API_URL=../../jsapi
44
VITE_CORE_API_NAME=dh-core.js
55
VITE_BUILD_PATH=./build
66
VITE_LOG_LEVEL=2

packages/embed-grid/.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
VITE_CORE_API_URL=/jsapi
12
VITE_LOG_LEVEL=4
23
VITE_FAVICON=./favicon-cc-app-dev.svg
34

0 commit comments

Comments
 (0)