mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-27 04:58:09 +09:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('appdata') as any; // fuck type definition
|