mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
// @ts-ignore
|
|
|
|
// Cloudflare Pages Functions
|
|
// https://developers.cloudflare.com/pages/platform/functions/
|
|
export { onRequest } from '../server/entry.cloudflare-pages';
|