mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 20:19:15 +00:00
docs(websitedoc): added new website
This commit is contained in:
16
packages/docs/src/entry.cloudflare-pages.tsx
Normal file
16
packages/docs/src/entry.cloudflare-pages.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* WHAT IS THIS FILE?
|
||||
*
|
||||
* It's the entry point for cloudflare-pages when building for production.
|
||||
*
|
||||
* Learn more about the cloudflare integration here:
|
||||
* - https://qwik.builder.io/qwikcity/adaptors/cloudflare-pages/
|
||||
*
|
||||
*/
|
||||
import { createQwikCity } from '@builder.io/qwik-city/middleware/cloudflare-pages';
|
||||
import qwikCityPlan from '@qwik-city-plan';
|
||||
import render from './entry.ssr';
|
||||
|
||||
const onRequest = createQwikCity({ render, qwikCityPlan });
|
||||
|
||||
export { onRequest };
|
||||
Reference in New Issue
Block a user