UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

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