mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { DittoDB } from '@/db/DittoDB.ts';
|
|
|
|
const kysely = await DittoDB.getInstance();
|
|
await kysely.destroy();
|
|
|
|
Deno.exit();
|