Skip to content

Commit 3c35b33

Browse files
committed
Adds feature list to the sveltekit plugin page
1 parent b364627 commit 3c35b33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guides/frameworks/sveltekit.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ import Prerequisites from "/snippets/framework-prerequisites.mdx";
99

1010
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.
1111

12+
## Features
13+
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
19+
- Configurable directory scanning
20+
1221
<Prerequisites framework="SvelteKit" />
1322

1423
## Setup

0 commit comments

Comments
 (0)