feature/excel #1

Open
mmintel wants to merge 84 commits from feature/excel into main
Showing only changes of commit c614cf9867 - Show all commits

View File

@@ -29,7 +29,6 @@ const dirname = path.dirname(filename);
export default buildConfig({
onInit: async (payload) => {
if (process.env.NODE_ENV === 'production') {
// @ts-expect-error - migrate() exists on the adapter but might not be in the base type
await payload.db.migrate();
await seedDatabase(payload);
}