chore: update fresh

This commit is contained in:
2023-08-17 20:59:52 +02:00
parent b4d4e07b85
commit ed3aed85ad
5 changed files with 21 additions and 7 deletions

View File

@ -21,4 +21,5 @@ export const TYPESENSE_URL = Deno.env.get("TYPESENSE_URL") ||
"http://localhost:8108";
export const TYPESENSE_API_KEY = Deno.env.get("TYPESENSE_API_KEY");
export const LOG_LEVEL = Deno.env.get("LOG_LEVEL") || "warn";
export const LOG_LEVEL: string = Deno.env.get("LOG_LEVEL") ||
"warn";