mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 10:56:43 -06:00
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('appdata') as any; // fuck type definition
|