feat: some shit?

This commit is contained in:
2023-08-17 21:38:08 +02:00
parent 2f9f2d81bf
commit 5e4fcfbdaa
5 changed files with 13 additions and 15 deletions

View File

@@ -23,3 +23,5 @@ export const TYPESENSE_API_KEY = Deno.env.get("TYPESENSE_API_KEY");
export const LOG_LEVEL: string = Deno.env.get("LOG_LEVEL") ||
"warn";
console.log({ LOG_LEVEL });