mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 23:02:04 +00:00
Sync upstream changes: multiplayer docs, logos, openapi spec, foundry config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5d64ca0fd
commit
d008283c17
9 changed files with 52 additions and 12 deletions
|
|
@ -65,7 +65,6 @@ services:
|
|||
- "foundry_backend_root_node_modules:/app/node_modules"
|
||||
- "foundry_backend_backend_node_modules:/app/foundry/packages/backend/node_modules"
|
||||
- "foundry_backend_shared_node_modules:/app/foundry/packages/shared/node_modules"
|
||||
- "foundry_backend_persist_rivet_node_modules:/app/sdks/persist-rivet/node_modules"
|
||||
- "foundry_backend_typescript_node_modules:/app/sdks/typescript/node_modules"
|
||||
- "foundry_backend_pnpm_store:/root/.local/share/pnpm/store"
|
||||
# Persist RivetKit local storage across container restarts.
|
||||
|
|
@ -120,7 +119,6 @@ volumes:
|
|||
foundry_backend_root_node_modules: {}
|
||||
foundry_backend_backend_node_modules: {}
|
||||
foundry_backend_shared_node_modules: {}
|
||||
foundry_backend_persist_rivet_node_modules: {}
|
||||
foundry_backend_typescript_node_modules: {}
|
||||
foundry_backend_pnpm_store: {}
|
||||
foundry_rivetkit_storage: {}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ RUN pnpm --filter @sandbox-agent/foundry-shared build
|
|||
RUN pnpm --filter acp-http-client build
|
||||
RUN pnpm --filter @sandbox-agent/cli-shared build
|
||||
RUN SKIP_OPENAPI_GEN=1 pnpm --filter sandbox-agent build
|
||||
RUN pnpm --filter @sandbox-agent/persist-rivet build
|
||||
RUN pnpm --filter @sandbox-agent/foundry-backend build
|
||||
RUN pnpm --filter @sandbox-agent/foundry-backend deploy --prod /out
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
"@hono/node-ws": "^1.3.0",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@sandbox-agent/foundry-shared": "workspace:*",
|
||||
"@sandbox-agent/persist-rivet": "workspace:*",
|
||||
"better-auth": "^1.5.5",
|
||||
"dockerode": "^4.0.9",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue