Files
agentlens/Dockerfile
Vectry 860159ccd0
Some checks failed
Deploy AgentLens / deploy (push) Failing after 9s
fix: use turbo --filter=web... to skip sdk-ts build in Docker
The builder stage was running 'npx turbo build' which builds ALL workspace
packages including sdk-ts (needs tsup). The web app only depends on
@agentlens/database, not sdk-ts. Using --filter=web... builds only web
and its transitive dependencies.
2026-02-10 23:57:47 +00:00

1.2 KiB