diff --git a/vite.config.js b/vite.config.js index 3598d391a..fff4bd2d4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,23 +6,11 @@ export default defineConfig({ server: { watch: { ignored: ['**/_data/**'], - }, + }, host: "0.0.0.0", - hmr: process.env.GITPOD_WORKSPACE_URL - ? { - // Due to port forwarding, we have to replace - // 'https' with the forwarded port, as this - // is the URI created by GitPod. - host: process.env.GITPOD_WORKSPACE_URL.replace( - "https://", - "5173-" - ), - protocol: "wss", - clientPort: 443, - } - : { - host: process.env.VITE_HOST, - }, + hmr: { + host: process.env.VITE_HOST, + }, }, plugins: [ laravel({