feat: add logging

This commit is contained in:
2023-08-13 02:26:22 +02:00
parent 59ddcb64a6
commit 830b33462d
9 changed files with 266 additions and 114 deletions

View File

@ -1,10 +1,6 @@
import { MainLayout } from "@components/layouts/main.tsx";
import { Handlers, PageProps } from "$fresh/server.ts";
import {
getPerformances,
PerformancePoint,
PerformanceRes,
} from "@lib/cache/performance.ts";
import { getPerformances, PerformanceRes } from "@lib/cache/performance.ts";
import { AccessDeniedError } from "@lib/errors.ts";
export const handler: Handlers = {