fix vite client connection in docker
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user