Deno
Run Nitro apps with Deno runtime.
Preset: deno_server
You can build your Nitro app to run within the Deno runtime as a custom server.
# Build with the Deno preset
NITRO_PRESET=deno_server npm run build
# Start production server
deno run --allow-net --allow-read --allow-env .output/server/index.mjs