Eric Allam
Eric Allam
We need to look into how to prevent global SWRConfig fetchers be invoked by our useSWR hooks: https://swr.vercel.app/docs/global-configuration
This commit introduces a new documentation file, CLAUDE.md, outlining the standards and practices using Mintlify for our documentation. The update was needed to provide comprehensive guidelines for creating and maintaining...
When using the barebones `task` function to define a task, and specifying the type of the payload parameter to the run function using a type definition, defining any of the...
When defining the config like this: ```ts import { defineConfig } from "@trigger.dev/sdk"; const config = defineConfig({ project: "", dirs: ["./src/trigger"], maxDuration: 3600, build: {}, }); export default config; ```...
It would be nice to be able to have multiple cog.yaml files in a repo and be able to pass a `--config` option to the cog cli like so: ```bash...
### Describe the bug Dependabot raises a Critial severity issue on any repo that uses any version of crypto-js:  As crypto-js is no longer maintained, the only option is...