mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-27 12:21:17 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user