mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 17:02:18 +00:00
chore: include remaining workspace changes
This commit is contained in:
parent
ea7c36a8e7
commit
f0f2576289
17 changed files with 693 additions and 192 deletions
13
justfile
13
justfile
|
|
@ -141,9 +141,18 @@ factory-frontend-dev host='127.0.0.1' port='4173' backend='http://127.0.0.1:7741
|
|||
VITE_HF_BACKEND_ENDPOINT="{{backend}}" pnpm --filter @sandbox-agent/factory-frontend dev -- --host {{host}} --port {{port}}
|
||||
|
||||
[group('factory')]
|
||||
factory-dev-mock host='127.0.0.1' port='4173':
|
||||
factory-dev-mock:
|
||||
pnpm install
|
||||
FACTORY_FRONTEND_CLIENT_MODE=mock pnpm --filter @sandbox-agent/factory-frontend dev -- --host {{host}} --port {{port}}
|
||||
mkdir -p factory/.sandbox-agent-factory/logs
|
||||
docker compose -f factory/compose.mock.yaml up --build --force-recreate -d
|
||||
|
||||
[group('factory')]
|
||||
factory-dev-mock-down:
|
||||
docker compose -f factory/compose.mock.yaml down
|
||||
|
||||
[group('factory')]
|
||||
factory-dev-mock-logs:
|
||||
docker compose -f factory/compose.mock.yaml logs -f --tail=200
|
||||
|
||||
[group('factory')]
|
||||
factory-dev-turbo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue