index
Workspace API / index
index
Functions
default()
default():
Promise<FastifyInstance<RawServerDefault,IncomingMessage,ServerResponse<IncomingMessage>,FastifyBaseLogger,FastifyTypeProviderDefault>>
Defined in: index.ts:48
Builds and configures the Fastify server instance. This function is exported for use in tests and can be called without starting the server.
Returns
Promise<FastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault>>
Configured Fastify instance (not yet listening)