From eb5149a500efbf58dd4e13ccaae5a43f3adada70 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 24 Mar 2026 22:12:21 +0000 Subject: [PATCH] fix: add --host to admin dashboard dev server (#95) 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