UNPKG

firebase-frameworks

Version:

Experimental addon to the Firebase CLI to add web framework support

7 lines (6 loc) 199 B
// @ts-expect-error should add types for this const nuxt = import("nitro-output/index.mjs"); export const handle = async (req, res) => { const { handler } = await nuxt; handler(req, res); };