Changelog #90
·
SvelteKit plugin
Trigger.dev now has a SvelteKit plugin, developed by a member of the community.

Co-founder, Trigger.dev

A new community-developed Vite plugin brings first-class SvelteKit support to Trigger.dev. Created by @cptCrunch_, this plugin enables you to use your SvelteKit functions directly in your Trigger.dev projects.
Features
- Direct SvelteKit Function Integration: Use your SvelteKit functions seamlessly in Trigger.dev tasks
- Automatic Function Discovery: The plugin automatically finds and exports your functions
- TypeScript Support: Full TypeScript support with type preservation
- Documentation Preservation: JSDoc documentation is maintained throughout
- Developer Experience: Includes Hot Module Reloading support
- Flexible Configuration: Configurable directory scanning for your project needs
Getting Started
Install the plugin using npm:
npm i vite-plugin-triggerkit
For detailed setup instructions, check out the plugin documentation on npm.