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