From 4a053c5ee71f78d9ebabb6834df68d6a0b031c14 Mon Sep 17 00:00:00 2001 From: Marek Lenczewski Date: Sun, 12 Apr 2026 21:55:04 +0200 Subject: [PATCH] update ddev --- frontend/vite.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 2de9107..ab28a96 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -9,5 +9,8 @@ export default defineConfig({ port: 5173, strictPort: true, allowedHosts: ['haushalt.ddev.site'], + proxy: { + '/api': 'http://localhost:80', + }, }, })