Skip to content

Commit 115f5ac

Browse files
authored
Enable livestore devtools in env var for prod deployments (#723)
* Enable livestore devtools in example * Add env vars in prod
1 parent 7eaf004 commit 115f5ac

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.env.production.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ VITE_IFRAME_OUTPUT_URI="https://your-output-domain.com"
3535
# Logging configuration
3636
# RUNT_LOG_LEVEL=ERROR
3737
# RUNT_DISABLE_CONSOLE_LOGS=true
38+
39+
ENABLE_LIVESTORE_DEVTOOLS=true

.github/workflows/.deploy-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
VITE_AI_PROVIDER: ${{ vars.VITE_AI_PROVIDER }}
7878
VITE_GIT_COMMIT_HASH: ${{ github.sha }}
7979
VITE_LS_DEV: "true"
80+
ENABLE_LIVESTORE_DEVTOOLS: ${{ vars.ENABLE_LIVESTORE_DEVTOOLS }}
8081

8182
- name: Build iframe outputs
8283
run: pnpm run build:iframe

0 commit comments

Comments
 (0)