mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 12:24:33 +08:00
13 lines
396 B
Bash
13 lines
396 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
|