Remove frontend errors and app passthrough

This commit is contained in:
Nathan Flurry 2026-03-13 21:12:58 -07:00
parent d8b8b49f37
commit 6099f5bd89
23 changed files with 146 additions and 1119 deletions

View file

@ -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: {}