mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
import { DittoDB } from '@/db/DittoDB.ts';
|
|
|
|
const kysely = await DittoDB.getInstance();
|
|
await kysely.destroy();
|
|
|
|
Deno.exit();
|