Skip to content

Commit 47f1e0c

Browse files
authored
Merge pull request #12 from gofynd/allowed-hosts
fix allowed hosts
2 parents 9a88fee + 6326e81 commit 47f1e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default defineConfig({
4545
server: {
4646
host: "localhost",
4747
port: process.env.FRONTEND_PORT || 5173,
48+
allowedHosts: true,
4849
proxy: {
4950
"^/(\\?.*)?$": proxyOptions,
5051
"^/api(/|(\\?.*)?$)": proxyOptions,

0 commit comments

Comments
 (0)