Compare commits

..

2 Commits

Author SHA1 Message Date
81b32ed576 fix: add --host to admin dashboard dev server
Bind Vite to all interfaces so port forwarding works in
Ona environments.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-24 22:10:09 +00:00
02f519c29c dev: add service definitions for backend and dashboard (#94)
Co-authored-by: Ona <no-reply@ona.com>
2026-03-24 21:24:21 +00:00

View File

@@ -36,4 +36,4 @@ services:
commands: commands:
start: | start: |
gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol https 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