chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:32:57 +08:00
commit cd420f9332
4811 changed files with 884702 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
title: "dotenvx"
sidebarTitle: "dotenvx"
description: "A dotenvx package for Trigger.dev."
icon: "square-e"
---
This is a community developed package from [dotenvx](https://dotenvx.com/) that enables you to use dotenvx with Trigger.dev.
[View the docs](https://dotenvx.com/docs/background-jobs/triggerdotdev)
+12
View File
@@ -0,0 +1,12 @@
---
title: "Fatima"
sidebarTitle: "Fatima"
description: "A Fatima package for Trigger.dev."
icon: "f"
---
This is a community developed package from [@Fgc17](https://github.com/Fgc17) that enables you to use Fatima with Trigger.dev.
[View the Fatima docs](https://fatimajs.vercel.app/docs/adapters/trigger)
[View the repo](https://github.com/Fgc17/fatima)
+10
View File
@@ -0,0 +1,10 @@
---
title: "Rate limiter"
sidebarTitle: "Rate limiter"
description: "A rate limiter for Trigger.dev."
icon: "gauge-simple-low"
---
This is a community developed package from [@ian](https://github.com/ian) that uses Redis to rate limit Trigger.dev tasks.
[View the repo](https://github.com/ian/trigger-rate-limiting)
+30
View File
@@ -0,0 +1,30 @@
---
title: "SvelteKit setup guide"
sidebarTitle: "SvelteKit"
description: "A plugin for SvelteKit to integrate with Trigger.dev."
icon: "s"
---
import Prerequisites from "/snippets/framework-prerequisites.mdx";
This is a community developed Vite plugin from [@cptCrunch_](https://x.com/cptCrunch_) that enables seamless integration between SvelteKit and Trigger.dev by allowing you to use your SvelteKit functions directly in your Trigger.dev projects.
## Features
- Use SvelteKit functions directly in Trigger.dev tasks
- Automatic function discovery and export
- TypeScript support with type preservation
- Works with Trigger.dev V3
- Configurable directory scanning
<Prerequisites framework="SvelteKit" />
## Setup
[View setup guide on npm](https://www.npmjs.com/package/triggerkit)
```bash
npm i triggerkit
```
<UsefulNextSteps />