We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3a28e commit 7162f07Copy full SHA for 7162f07
docs/guides/community/sveltekit.mdx
@@ -14,18 +14,17 @@ This is a community developed Vite plugin from [@cptCrunch_](https://x.com/cptCr
14
- Use SvelteKit functions directly in Trigger.dev tasks
15
- Automatic function discovery and export
16
- TypeScript support with type preservation
17
-- Preserves JSDoc documentation
18
-- Hot Module Reloading support
+- Works with Trigger.dev V3
19
- Configurable directory scanning
20
21
<Prerequisites framework="SvelteKit" />
22
23
## Setup
24
25
-[View setup guide on npm](https://www.npmjs.com/package/vite-plugin-triggerkit)
+[View setup guide on npm](https://www.npmjs.com/package/triggerkit)
26
27
```bash
28
-npm i vite-plugin-triggerkit
+npm i triggerkit
29
```
30
31
<UsefulNextSteps />
0 commit comments