Skip to content

Commit 5497686

Browse files
committed
chore: add dev.coder.com to vite allowedHosts
1 parent 9ce2437 commit 5497686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default defineConfig({
116116
secure: process.env.NODE_ENV === "production",
117117
},
118118
},
119-
allowedHosts: [".coder"],
119+
allowedHosts: [".coder", ".dev.coder.com"],
120120
},
121121
resolve: {
122122
alias: {

0 commit comments

Comments
 (0)