fix merge bug

This commit is contained in:
sijinhui
2024-07-16 18:42:04 +08:00
parent 946c3b67f6
commit e94e2b7c96
12 changed files with 158 additions and 97 deletions

View File

@@ -43,7 +43,7 @@ async function handle(
export const GET = handle;
export const POST = handle;
export const runtime = "edge";
// export const runtime = "edge";
export const preferredRegion = [
"arn1",
"bom1",

View File

@@ -58,7 +58,7 @@ async function handle(
export const GET = handle;
export const POST = handle;
export const runtime = "edge";
// export const runtime = "edge";
export const preferredRegion = [
"arn1",
"bom1",

View File

@@ -55,7 +55,7 @@ async function handle(
export const GET = handle;
export const POST = handle;
export const runtime = "edge";
// export const runtime = "edge";
export const preferredRegion = [
"arn1",
"bom1",

View File

@@ -41,7 +41,7 @@ async function handle(
export const GET = handle;
export const POST = handle;
export const runtime = "edge";
// export const runtime = "edge";
export const preferredRegion = [
"arn1",
"bom1",

View File

@@ -27,4 +27,4 @@ async function handle() {
export const GET = handle;
export const POST = handle;
export const runtime = "edge";
// export const runtime = "edge";

View File

@@ -101,7 +101,7 @@ async function handle(
export const GET = handle;
export const POST = handle;
export const runtime = "edge";
// export const runtime = "edge";
export const preferredRegion = [
"bom1",
"cle1",

View File

@@ -70,4 +70,4 @@ export const POST = handle;
export const GET = handle;
export const OPTIONS = handle;
export const runtime = "edge";
// export const runtime = "edge";

View File

@@ -155,4 +155,4 @@ export const PUT = handle;
export const GET = handle;
export const OPTIONS = handle;
export const runtime = "edge";
// export const runtime = "edge";