UNPKG

vite-plugin-with-nitro

Version:

A Vite plugin for adding a nitro API server, forked from @analogjs/vite-plugin-nitro

6 lines (5 loc) 137 B
import { eventHandler } from "h3"; import template from "#nitro/index"; export default eventHandler(async () => { return template; });