UNPKG

vite-plugin-api-routes

Version:

A Vite.js plugin that creates API routes by mapping the directory structure, similar to Next.js API Routes. This plugin enhances the functionality for backend development using Vite.

6 lines (3 loc) 89 B
import { Express } from 'express'; declare const handler: Express; export { handler };