From 455ac95884de6af0f64594d08b1fb2fba0740465 Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Fri, 8 May 2026 02:03:51 +0200 Subject: [PATCH] feat(frontend): allow local->staging tunnel in dev --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 7d139d8742..0d6b8a505a 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -77,6 +77,7 @@ export default defineConfig(({ mode }) => { rewrite: (path: string) => path.replace(/^\/api/, ""), }, }, + allowedHosts: ["local.staging.rivet.dev"], }, preview: { port: 43708,