This is a simple example of using takumi-js in TanStack Start with Cloudflare Vite plugin.
Before running the example, you need to build the native binary.
Make sure you have Rust installed.
bun --filter '*' run buildThen, run the development server.
cd example/tanstack-start
bun devVisit http://localhost:3000/ to see the result.