you need to put ``export const runtime = "edge";`` in your page.tsx file and ``"use server"`` is for
you need to put
export const runtime = "edge"; in your page.tsx file and "use server" is for server actions so I think you need to separate that into a different file