mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-03 21:54:23 +01:00
8 lines
181 B
TypeScript
8 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);
|