vinext + Cloudflare Workers
Build Next.js-style apps with Vite and deploy them to the edge.
This App Router project is wired for vinext, Tailwind CSS, and Cloudflare Workers.
Develop
Run the vinext dev server locally.
pnpm run devBuild
Create Worker-ready production output.
pnpm run buildDeploy
Ship the generated Worker with Wrangler.
pnpm run deploy