chore: 更新低代码引擎版本号

This commit is contained in:
wangxuefeng
2025-03-13 15:40:15 +08:00
parent 50adbbe9fe
commit 7ca392751b
4 changed files with 142 additions and 141 deletions

View File

@@ -35,6 +35,7 @@ export default defineConfig(({ mode }) => {
return {
...config,
server: {
cors: true,
https: true,
port: isDev ? Number(env.VITE_PORT) : undefined,
host: true