Updates sveltekit community plugin links (#1746)

This commit is contained in:
James Ritchie
2025-03-04 12:30:50 +00:00
committed by GitHub
parent 8f3a28effb
commit 7162f07216
+3 -4
View File
@@ -14,18 +14,17 @@ This is a community developed Vite plugin from [@cptCrunch_](https://x.com/cptCr
- Use SvelteKit functions directly in Trigger.dev tasks
- Automatic function discovery and export
- TypeScript support with type preservation
- Preserves JSDoc documentation
- Hot Module Reloading support
- Works with Trigger.dev V3
- Configurable directory scanning
<Prerequisites framework="SvelteKit" />
## Setup
[View setup guide on npm](https://www.npmjs.com/package/vite-plugin-triggerkit)
[View setup guide on npm](https://www.npmjs.com/package/triggerkit)
```bash
npm i vite-plugin-triggerkit
npm i triggerkit
```
<UsefulNextSteps />