refactor XR controller handling in design mode
This commit is contained in:
+5
-1
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user