mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-05 12:07:22 -04:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { LazyDatabase } from '~/server/index.ts';
|
|
|
|
export default () => {
|
|
return new LazyDatabase();
|
|
};
|