Files
triggerdotdev--trigger.dev/apps
Dan Sutton 7d74b8a90d refactor(mollifier): move DI seam types to the modules that define them
MollifierEvaluateGate and MollifierGetBuffer were defined in the
consumer (triggerTask.server.ts) but described the surface of the gate
and the buffer accessor respectively. Move each to the module that
owns the underlying implementation so the type lives with the producer,
not the caller. No behavioural change.
2026-05-14 17:15:54 +01:00
..