From 81b32ed5769fbad8dab75221192f62ee3f960595 Mon Sep 17 00:00:00 2001 From: kenneth Date: Tue, 24 Mar 2026 22:10:09 +0000 Subject: [PATCH] fix: add --host to admin dashboard dev server Bind Vite to all interfaces so port forwarding works in Ona environments. Co-authored-by: Ona --- .ona/automations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ona/automations.yaml b/.ona/automations.yaml index c8ba055..521e1f4 100644 --- a/.ona/automations.yaml +++ b/.ona/automations.yaml @@ -36,4 +36,4 @@ services: commands: start: | gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol https - cd apps/admin-dashboard && bun run dev + cd apps/admin-dashboard && bun run dev --host