chore: 增加 low-code-help 功能命令,让开发人员更傻瓜地利用工程

This commit is contained in:
wangxuefeng
2025-02-19 16:29:42 +08:00
parent c3ebe3e15c
commit 52a32bb31e
8 changed files with 230 additions and 74 deletions

View File

@@ -39,6 +39,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
},
],
},
server: {
open: true,
},
plugins: [
vue(),
Inspector(),