Production website for poi, built with TanStack Start and deployed to Cloudflare Workers.
pnpm run devstarts the TanStack dev server.pnpm run buildcreates the Cloudflare Worker build output underdist/.pnpm run test:e2e:tanstackruns the Playwright parity suite.
pnpm run deploy builds and deploys the TanStack Worker using the generated
dist/server/wrangler.json config.