fix: do not prerender webhook endpoint

This commit is contained in:
Jalil Arfaoui 2024-01-02 17:37:19 +01:00
parent f067f77918
commit a929e3e484

View file

@ -1,5 +1,7 @@
import { exec } from 'child_process';
export const prerender = false;
let isBuildInProgress = false;
export async function POST({ request }: { request: Request }): Promise<Response> {