UNPKG

firebase-frameworks

Version:

Experimental addon to the Firebase CLI to add web framework support

8 lines (7 loc) 220 B
// @ts-expect-error having trouble with nuxt types import { loadNuxt } from "nuxt"; const nuxt = loadNuxt("start"); export const handle = async (req, res) => { const { render } = await nuxt; render(req, res); };