From 26cf5d2042eb2eb942a7209ceec61b48ba220725 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 10 Aug 2023 14:43:40 +0200 Subject: [PATCH] feat: debug preact --- routes/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/_app.tsx b/routes/_app.tsx index fb09236..48d9940 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -1,3 +1,4 @@ +import "preact/debug"; import { AppProps } from "$fresh/server.ts"; import { Head } from "$fresh/runtime.ts";