1
0
mirror of synced 2026-03-23 02:58:34 +08:00

fix(runtime): 修复window系统下npm run playground 出错问题 #29

This commit is contained in:
roymondchen
2022-04-26 17:38:00 +08:00
committed by jia000
parent c8542367db
commit 6df8ce82a5
8 changed files with 16 additions and 5 deletions

View File

@@ -9,6 +9,8 @@
"serve": "vite preview --port 8076"
},
"dependencies": {
"@tmagic/schema": "^1.0.0-beta.13",
"@tmagic/stage": "^1.0.0-beta.13",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},

View File

@@ -38,6 +38,7 @@ export default defineConfig({
},
server: {
host: '0.0.0.0',
port: 8090,
},