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.

7 lines (6 loc) 176 B
declare module "@api/configure" { export * from "vite-plugin-api-routes/configure"; } declare module "@api/handler" { export * from "vite-plugin-api-routes/handler"; }