6 lines
106 B
Bash
6 lines
106 B
Bash
# 本地运行端口号
|
|
VITE_PORT = 8686
|
|
|
|
# API接口域名配置
|
|
API_BASE_URL = https://api.example.com/
|