Hello,
i want to implement cf Workflows into my SvelteKit app. I created a workflow and defined it in the wrangler.jsonc.
How do i export it? In the docs it says, i have to export it in the entrypoint, but the _worker.js gets generated in the build process.
Does anyone have a fix for that?