7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
# 本地开发环境
|
|
NODE_ENV=development
|
|
|
|
# api
|
|
VITE_API_BASIC='http://10.10.1.27:8888'
|
|
|