feat: add better auth sqlite runtime and server-side session flow
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const runtime = "nodejs";
|
||||
|
||||
export function GET() {
|
||||
return Response.json({
|
||||
status: "ok",
|
||||
timestamp: new Date().toISOString(),
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user