mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-14 18:25:45 +01:00
oops
This commit is contained in:
parent
9199414ea3
commit
238984be39
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
// for Node.js interpret
|
||||
|
||||
const { default: Post } = require('../../../built/models/post');
|
||||
const mongodb = require("../../../built/db/mongodb");
|
||||
const Post = mongodb.default.get('posts');
|
||||
const { default: zip } = require('@prezzemolo/zip')
|
||||
const html = require('../../../built/text/html').default;
|
||||
const parse = require('../../../built/text/parse').default;
|
||||
|
|
Loading…
Reference in a new issue