chore: enable forward ports to Coder UI using any host for Vite dev server (#16530)

This enables forward ports to Coder UI using custom domains.
This commit is contained in:
Bruno Quaresma
2025-02-11 15:04:39 -03:00
committed by GitHub
parent e85da8b02b
commit 6f6b1c2b94
+1
View File
@@ -84,6 +84,7 @@ export default defineConfig({
secure: process.env.NODE_ENV === "production",
},
},
allowedHosts: true,
},
resolve: {
alias: {