mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
11 lines
243 B
Markdown
11 lines
243 B
Markdown
# Workflow + TanStack Start
|
|
|
|
Workbench app for testing the Workflow SDK with TanStack Start. TanStack Start
|
|
runs on Vite + Nitro, so the workflow integration is the standard `workflow/vite`
|
|
plugin.
|
|
|
|
```sh
|
|
pnpm dev
|
|
pnpm build && pnpm start
|
|
```
|