From b2d2881b6d251f0e1837ce1d4289dd2274263468 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Mon, 3 Mar 2025 14:41:04 +0000 Subject: [PATCH] Updates sveltekit community plugin links --- docs/guides/community/sveltekit.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/guides/community/sveltekit.mdx b/docs/guides/community/sveltekit.mdx index eccedb5bdd..6db16c3bf5 100644 --- a/docs/guides/community/sveltekit.mdx +++ b/docs/guides/community/sveltekit.mdx @@ -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 ## 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 ```