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

@@ -15,17 +15,17 @@
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@vtj/core": "^0.10.12",
"@vtj/designer": "0.10.12",
"@vtj/icons": "0.10.12",
"@vtj/local": "^0.10.12",
"@vtj/materials": "^0.10.12",
"@vtj/core": "^0.10.13",
"@vtj/designer": "0.10.13",
"@vtj/icons": "0.10.13",
"@vtj/local": "^0.10.13",
"@vtj/materials": "^0.10.13",
"@vtj/node": "0.10.2",
"@vtj/pro": "^0.10.12",
"@vtj/renderer": "^0.10.12",
"@vtj/ui": "^0.10.12",
"@vtj/utils": "0.10.12",
"@vtj/web": "^0.10.12",
"@vtj/pro": "^0.10.13",
"@vtj/renderer": "^0.10.13",
"@vtj/ui": "^0.10.13",
"@vtj/utils": "0.10.13",
"@vtj/web": "^0.10.13",
"axios": "^1.8.1",
"element-plus": "^2.9.4",
"licia-es": "^1.46.0",

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