proxy nextjs events

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-12 22:14:35 +02:00
committed by Carl-Gerhard Lindesvärd
parent 494044a3e2
commit c5d7807584
3 changed files with 82 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import type {
} from '@openpanel/web';
export * from '@openpanel/web';
export { createNextRouteHandler } from './createNextRouteHandler';
const CDN_URL = 'https://openpanel.dev/op.js';