Vendorize prosemirror-recreate-transform (#5861)

This commit is contained in:
Tom Moor
2023-09-21 08:44:23 -04:00
committed by GitHub
parent 6672536cde
commit 89537aabc3
16 changed files with 606 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
import { sequelize } from "@server/storage/database";
module.exports = async function () {
await sequelize.close();
};