© 2026 Hedgehog Software, LLC
app.config.json
export default defineConfig({ ssr: false, server: { routeRules: { '/api/**': { proxy: { to: 'http://127.0.0.1:5000/**', } } }, }, })