7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
# 模拟环境变量
|
|
ENV = 'staging'
|
|
|
|
# base api
|
|
VITE_BASE_API = '/stage-api'
|
|
|