6 lines
135 B
Bash
6 lines
135 B
Bash
|
|
# 环境变量和模式使用
|
||
|
|
# https://cn.vitejs.dev/guide/env-and-mode.html
|
||
|
|
|
||
|
|
# 开发环境
|
||
|
|
VITE_API_BASE_URL=http://localhost:10010
|