Files
triggerdotdev--trigger.dev/pnpm-workspace.yaml
T
nicktrn a9f756b260 chore: move reference projects to their own repo (#3812)
The reference/example projects (`references/`) now live in their own
repo, https://github.com/triggerdotdev/references, so their heavy,
frequently-changing dependencies are no longer part of this repo's
lockfile and tooling. This removes them here and repoints everything
that referenced them.

- Deletes `references/`; updates the pnpm workspace + lockfile.
- Clears the references-only CI rules and `.vscode` configs.
- Repoints the docs (contributor/agent + one public page) to the new
repo.
- `seed.mts` keeps the local-dev projects (hello-world, d3-chat,
realtime-streams).
2026-06-02 22:19:28 +01:00

24 lines
433 B
YAML

packages:
- "packages/*"
- "internal-packages/*"
- "apps/**"
- "docs"
- "!packages/cli-v3/e2e/**"
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- "@trigger.dev/platform"
- "next"
- "@next/*"
- "agentcrumbs"
- "secure-exec"
- "@secure-exec/*"
preferOffline: true
linkWorkspacePackages: false
publicHoistPattern:
- "*prisma*"
preferWorkspacePackages: true
sideEffectsCache: false
blockExoticSubdeps: true