mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
import '@/precheck.ts';
|
|
import '@/sentry.ts';
|
|
import '@/nostr-wasm.ts';
|
|
import app from '@/app.ts';
|
|
import { Conf } from '@/config.ts';
|
|
|
|
Deno.serve({ port: Conf.port }, app.fetch);
|