refactor XR controller handling in design mode

This commit is contained in:
2026-04-18 15:23:49 +03:00
parent 99ba537c66
commit c611cb6439
11 changed files with 78 additions and 65 deletions
+5 -1
View File
@@ -76,7 +76,7 @@ export default defineConfig({
},
hmr:true,
strictPort: true,
host:'192.168.31.137', //'192.168.193.225', //'192.168.83.59',//'127.0.0.1',//
host:'192.168.31.137', //'0.0.0.0', //'192.168.193.225', //'192.168.83.59',//'127.0.0.1',//
proxy:{
'/api': {
target: 'https://localhost:3000',
@@ -95,5 +95,9 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/proxied/, ''),
},
}
},
preview:{
host: '0.0.0.0',
port: 5173
}
})