Install dependencies:
mise run installStart the development server with:
mise run devYour application will be available at http://localhost:5173.
Build your project for production:
mise run buildPreview your build locally:
mise run previewDeploy your project to Cloudflare Workers:
mise run deployMonitor your workers:
npx wrangler tail