fix vite client connection in docker
This commit is contained in:
parent
3d6b8b6063
commit
b1e9969ed8
@ -6,6 +6,10 @@ import sveltePreprocess from "svelte-preprocess";
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 8080,
|
||||
hmr: {
|
||||
// workaround for development in docker
|
||||
clientPort: 80,
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
svelte({
|
||||
|
Loading…
Reference in New Issue
Block a user