Files
op-packages/luci-theme-aurora/.dev/.env.example
T

19 lines
792 B
Bash

# Optional — run `pnpm setup:router` once and it writes/updates every value below.
# OpenWrt router address — bare IP/hostname; the web proxy target and the
# .ut-sync ssh target both derive from it (ssh key selection etc. belongs
# in ~/.ssh/config)
# VITE_OPENWRT_HOST=192.168.1.1
# Dev server bind / port
VITE_DEV_PORT=5173
# 0.0.0.0 = LAN; 127.0.0.1 = local only
VITE_DEV_HOST=0.0.0.0
# Optional — local source checkouts the .claude agents read to verify claims
# against luci-base / uhttpd (see .claude/skills/luci-knowledge/SKILL.md).
# Unset = the agents shallow-clone into a temp dir on demand.
# LUCI_SRC=/path/to/openwrt-luci # git clone https://github.com/openwrt/luci
# UHTTPD_SRC=/path/to/uhttpd # git clone https://git.openwrt.org/project/uhttpd.git