Error:
x Only async functions are allowed to be exported in a "use server" file.
,-[/vercel/path0/src/app/action.ts:10:1]
10 | revalidatePath("/");
11 | };
12 |
13 | ,-> export const config = {
14 | | runtime: "edge",
15 | | regions: ["iad1"],
16 | `-> };
`----
Error:
x Only async functions are allowed to be exported in a "use server" file.
,-[/vercel/path0/src/app/action.ts:10:1]
10 | revalidatePath("/");
11 | };
12 |
13 | ,-> export const config = {
14 | | runtime: "edge",
15 | | regions: ["iad1"],
16 | `-> };
`----