Documentation
Deploying your API (server)
Overview

Deployment

Your Fuse API is built in TypeScript and can theoretically be compiled to run on any JavaScript runtime in production. Practically, we have tested and officially support the following compilation targets:

TL;DR: The fuse build command takes an --adapter argument that will compile your API to run on the specified runtime:

fuse build --adapter node/lambda/cloudflare/bun