UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

6 lines (3 loc) 141 B
import { https } from "firebase-functions"; import qwikApp from './server/entry-firebase.mjs'; export const app = https.onRequest(qwikApp)