mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 16:01:05 +00:00
Remove frontend errors and app passthrough (#251)
This commit is contained in:
parent
d8b8b49f37
commit
8fb19b50da
23 changed files with 146 additions and 1119 deletions
|
|
@ -18,7 +18,6 @@ services:
|
|||
- "../../../task/rivet-checkout:/task/rivet-checkout:ro"
|
||||
- "mock_node_modules:/app/node_modules"
|
||||
- "mock_client_node_modules:/app/foundry/packages/client/node_modules"
|
||||
- "mock_frontend_errors_node_modules:/app/foundry/packages/frontend-errors/node_modules"
|
||||
- "mock_frontend_node_modules:/app/foundry/packages/frontend/node_modules"
|
||||
- "mock_shared_node_modules:/app/foundry/packages/shared/node_modules"
|
||||
- "mock_pnpm_store:/tmp/.local/share/pnpm/store"
|
||||
|
|
@ -26,7 +25,6 @@ services:
|
|||
volumes:
|
||||
mock_node_modules: {}
|
||||
mock_client_node_modules: {}
|
||||
mock_frontend_errors_node_modules: {}
|
||||
mock_frontend_node_modules: {}
|
||||
mock_shared_node_modules: {}
|
||||
mock_pnpm_store: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue