daofu-large-screen/.env.development

15 lines
305 B
Plaintext
Raw Normal View History

2024-01-24 14:15:13 +08:00
# 开发环境配置
VITE_PORT = 8080
# title
VITE_TITLE = 道孚县鲜水镇“智慧鲜水”数字化平台
# version
VITE_VERSION = 2.6.4
# open
VITE_OPEN = false
# public path
VITE_PUBLIC_PATH = /
# Cross-domain proxy, you can configure multiple
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]