Files
yunzer_go/frontend/.env.development
T
2025-12-25 11:35:40 +08:00

9 lines
208 B
Bash

# 接口地址
VITE_API_DOMAIN=http://localhost:8000
# Node环境
NODE_ENV=development
# DEBUG模式
VITE_DEBUG=true