Skip to content

Commit cb10911

Browse files
max-nextcloudbackportbot[bot]
authored andcommitted
fix(vite): allow hostnames used for hmr via docker-dev
Signed-off-by: Max <[email protected]>
1 parent 8305434 commit cb10911

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ const config = createAppConfig({
7777
}
7878
},
7979
},
80+
server: {
81+
allowedHosts: ['host.docker.internal', 'localhost', 'nextcloud.local'],
82+
},
8083
},
8184
})
8285

0 commit comments

Comments
 (0)