9 lines
483 B
Text
9 lines
483 B
Text
# Vite dev-mode env (tracked). Loaded automatically by `pnpm dev`.
|
|
#
|
|
# VITE_DEV_GUIDE=1 makes the guide render every <EpisodeGate min={N}> subtree
|
|
# and append Episodes 2-5 to the sidebar. Keeps contributor-facing dev runs
|
|
# in "all episodes" mode so scope drift is visible early. Production builds
|
|
# ignore this file — see .env.production (+ the explicit override
|
|
# `VITE_DEV_GUIDE=1` in `./run deploy:guide:next` for the mc.next.black.lan
|
|
# dev-preview deploy).
|
|
VITE_DEV_GUIDE=1
|