Updated dependencies

This commit is contained in:
2022-05-30 06:46:08 +01:00
parent 78cda0fe50
commit 3f55ad71cf
3 changed files with 892 additions and 597 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ server.listen(process.env.WEB_PORT || 3100, async (err) => {
await database.sync();
console.log(`listening to localhost:${process.env.WEB_PORT || 3100}`);
//parse the unrendered data from the database
//COMPATABILITY: parse the unrendered data from the database
const markdownIt = require('markdown-it')();
const { articles, revisions } = require('./database/models');