fix: 🐛 Disable font optimization temporarly
https://github.com/vercel/next.js/issues/24781
This commit is contained in:
@ -15,6 +15,7 @@ export const migrateWorkspace = async () => {
|
||||
include: { typebot: { select: { workspaceId: true } } },
|
||||
},
|
||||
},
|
||||
orderBy: { lastActivityAt: 'desc' },
|
||||
})
|
||||
let i = 1
|
||||
for (const user of users) {
|
||||
|
Reference in New Issue
Block a user