'use server’even at the client component implemented by POST verb
Server Actions inherit the runtime from the page or layout they are used on
Edge Server Actions · vercel next.js · Discussion #49605
Summary How can Edge Functions be configured in server actions? "use server"; import { revalidatePath } from "next/cache"; import { db } from "~/db"; import { presses ...
https://github.com/vercel/next.js/discussions/49605
Data Fetching: Server Actions
Use Server Actions to mutate data in your Next.js application.
https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions

Seonglae Cho