Production
To build the api, run the relevant command per runtime:
bun run builddeno task buildnpm run build
Preview
Section titled “Preview”To preview the api with vite:
bun run previewdeno task previewnpm run preview
To preview the api in your runtime’s environment:
bun run startdeno task startwrangler dev
Deploy
Section titled “Deploy”For Cloudflare, you can deploy your api with wrangler deploy.