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 <no-reply@ona.com>
This commit is contained in:
2026-03-24 22:12:21 +00:00
committed by GitHub
parent 02f519c29c
commit eb5149a500

View File

@@ -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