mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 07:12:42 +08:00
9 lines
192 B
Bash
9 lines
192 B
Bash
# 端口号
|
|
VITE_PORT = 3100
|
|
|
|
# 网站标题
|
|
VITE_GLOB_APP_TITLE = 博越
|
|
|
|
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
|
|
VITE_GLOB_APP_SHORT_NAME = jnpf
|