fastify-cli
Version:
Run a fastify route with one command!
14 lines (8 loc) • 306 B
Plain Text
Usage: fastify eject
Turns your application into a standalone executable with a server.js file being added.
You can set the port to listen on with the PORT environment variable (default to 3000).
OPTS
--esm
use the ESM template
--lang=ts, --lang=typescript
use the TypeScript template