mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-02 12:04:19 +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);
|