mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
* fix: 数据同步、数据迁移体验优化 * fix: des加密传输sql * fix: 修复达梦字段注释显示问题 * fix: mysql timestamp 字段类型导出ddl错误修复
10 lines
195 B
Bash
10 lines
195 B
Bash
# port 端口号
|
|
VITE_PORT = 8889
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# public path 配置线上环境路径(打包)
|
|
VITE_PUBLIC_PATH = ''
|
|
|
|
VITE_EDITOR=idea |