fix: update import path for relay-utils and restore functions configuration in vercel.json
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import {
|
||||
normalizeTargetUrl,
|
||||
stripRelayHeaders,
|
||||
isAllowedTarget,
|
||||
} from "~/relay-utils";
|
||||
} from "./relay-utils";
|
||||
|
||||
export const config = { runtime: "edge" };
|
||||
|
||||
|
||||
+6
-1
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"bunVersion": "1",
|
||||
"installCommand": "bun install"
|
||||
"installCommand": "bun install",
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"runtime": "bun"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user