fix: 🐛 Disable font optimization temporarly
https://github.com/vercel/next.js/issues/24781
This commit is contained in:
@ -14,7 +14,6 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
include: { members: true },
|
||||
orderBy: { createdAt: 'asc' },
|
||||
})
|
||||
console.log(workspaces)
|
||||
return res.send({ workspaces })
|
||||
}
|
||||
if (req.method === 'POST') {
|
||||
|
Reference in New Issue
Block a user