Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 131 Bytes

WebXR.md

File metadata and controls

9 lines (8 loc) · 131 Bytes

To test WebXR in your local network, you need https:

// webpack.dev.js
devServer: {
  host: '0.0.0.0',
  https: true
},