Skip to content

Commit ab8ce55

Browse files
committed
chore(vite-config): add allowed host on vite config
1 parent aba5d14 commit ab8ce55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default defineConfig(({ mode }) => {
6868
envPrefix: 'APP_',
6969
server: {
7070
port: 3000,
71+
allowedHosts: ["host.docker.internal"],
7172
strictPort: true,
7273
},
7374
build: {

0 commit comments

Comments
 (0)