UNPKG

@fastify/multipart

Version:
14 lines (11 loc) 237 B
import fastify from 'fastify' import { fastifyMultipart, ajvFilePlugin } from '..' const app = fastify({ ajv: { plugins: [ ajvFilePlugin, (await import('..')).ajvFilePlugin ] } }) app.register(fastifyMultipart)