3d-realm/vite.config.js

12 lines
210 B
JavaScript
Raw Permalink Normal View History

2023-08-02 00:49:29 +10:00
import { defineConfig } from 'vite'
export default defineConfig({
server: {
host: "0.0.0.0",
port: 5173,
hmr: {
2023-08-02 01:00:15 +10:00
port: 5173,
clientPort: 443,
2023-08-02 00:49:29 +10:00
},
},
})