mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-25 03:11:17 +00:00
Compare commits
3 Commits
feat/tails
...
fix/servic
| Author | SHA1 | Date | |
|---|---|---|---|
|
8a6263770a
|
|||
| b85109e2e2 | |||
| eb5149a500 |
@@ -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
|
||||
cd apps/admin-dashboard && bun run dev
|
||||
gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol http
|
||||
cd apps/admin-dashboard && bun run dev --host
|
||||
|
||||
Reference in New Issue
Block a user