fix(frontend): declare admin users runtime locally
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export { DELETE, GET, PATCH, POST, PUT, runtime } from "../customers/route";
|
||||
export const runtime = "nodejs";
|
||||
|
||||
export { DELETE, GET, PATCH, POST, PUT } from "../customers/route";
|
||||
|
||||
Reference in New Issue
Block a user