7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
# 生产环境变量
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VITE_BASE_API = '/prod-api'
|
|
|