update ddev

This commit is contained in:
Marek Lenczewski
2026-04-12 21:55:04 +02:00
parent 3ae593fb97
commit 4a053c5ee7

View File

@@ -9,5 +9,8 @@ export default defineConfig({
port: 5173,
strictPort: true,
allowedHosts: ['haushalt.ddev.site'],
proxy: {
'/api': 'http://localhost:80',
},
},
})