feat: add some error messages

This commit is contained in:
2025-05-09 19:32:00 +02:00
parent 6883780d57
commit 6f9717f530
2 changed files with 27 additions and 13 deletions

View File

@@ -8,6 +8,5 @@ import { start } from "$fresh/server.ts";
import manifest from "./fresh.gen.ts";
import config from "./fresh.config.ts";
import "@lib/telegram.ts";
console.log("hello");
await start(manifest, config);