diff --git a/front/vite.config.ts b/front/vite.config.ts index 200e2ade..336b877a 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -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({