echoes/frontend/.env
lsy bd619e7519 后端:解耦配置的读取
前端:实现配置文件从环境变量获取
2024-11-11 23:57:35 +08:00

4 lines
97 B
Bash

VITE_APP_API='http://localhost:8000/api'
VITE_APP_THEMES='@/themes'
VITE_APP_PLUGINS='@/plugins'