how can I deploy a workflow in a nextjs
how can I deploy a workflow in a nextjs or tanstack start wrangler project? where do I export the workflow class. workflows needs to be exported in a
src/index.ts.1 Reply
You have to identify your entrypoint for either nextjs or tanstack start and export the workflow there.
Or you can create a worker that has just your workflow (or workflows) and on your tanstack start or nextjs app you "import" via wrangler your workflow.
@HK if you have further questions let me know