fix(runtime): 修复window系统下npm run playground 出错问题 #29
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -38,6 +38,7 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 8090,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user