From 1596f2bedfa4ffba533cc75e0abe46b09d3dfcbd Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 24 Mar 2026 22:44:56 +0000 Subject: [PATCH] fix: use http protocol for service ports (#97) Co-authored-by: Ona --- .ona/automations.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ona/automations.yaml b/.ona/automations.yaml index 521e1f4..79c6841 100644 --- a/.ona/automations.yaml +++ b/.ona/automations.yaml @@ -25,7 +25,7 @@ services: - manual commands: start: | - gitpod --context environment environment port open 3000 --name "Aelis Backend" --protocol https + gitpod --context environment environment port open 3000 --name "Aelis Backend" --protocol http cd apps/aelis-backend && bun run dev admin-dashboard: @@ -35,5 +35,5 @@ services: - manual commands: start: | - gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol https + gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol http cd apps/admin-dashboard && bun run dev --host