fix: do not prerender webhook endpoint
This commit is contained in:
parent
f067f77918
commit
a929e3e484
1 changed files with 2 additions and 0 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue