UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

10 lines 440 B
import type { FastifyInstance } from 'fastify'; import type { PageServerPort, StaticConfig } from '../port'; export declare class FastifyPageAdapter implements PageServerPort { private readonly server; constructor(server: FastifyInstance); registerStaticFiles(config: StaticConfig): void; registerSpaFallback(apiPrefix: string, staticDir: string): void; register(): Promise<void>; } //# sourceMappingURL=fastify.d.ts.map