Plugin loaders
Plugin loaders
Lower-level Hono factories exported from manicjs/plugins.
Plugin loaders (manicjs/plugins)
Advanced building blocks when you assemble servers manually.
import { apiLoaderPlugin, fileImporterPlugin } from 'manicjs/plugins';Exports
apiLoaderPlugin
Glob APIs mount under /api OpenAPI skeleton
fileImporterPlugin
serveStatic helper for public dirs
Most apps rely on createManicServer to invoke apiLoaderPlugin automatically (Server).