diff --git a/vite.config.ts b/vite.config.ts index 9c3cabf..8aa55c7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,7 +15,7 @@ export default defineConfig({ plugins: [sveltekit()], server: { proxy: { - '/api': 'http://localhost:8080' - } - } + '/api': 'http://localhost:8080', + }, + }, });