Bun
Run Nitro apps with Bun runtime.
Preset: bun (switch to this preset)
Bun preset is experimental and available to try via edge channel.
Building for Bun
After building with bun preset using NITRO_PRESET=bun, you can run server in production using:
bun run ./.output/server/index.mjs
