From 68406a0a800111e0a3c8f65f37803c625e43fdcb Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 14 Dec 2025 15:56:09 -0800 Subject: [PATCH] whoops --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index a7ab945..9847455 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -139,7 +139,6 @@ export class Hype< const pageName = (c.req.param('page') ?? 'index').replace('.', '') if (pageName.startsWith('_')) return render404(c) - console.log(process.env.PWD) const path = join(process.env.PWD ?? '.', `./src/pages/${pageName}.tsx`) if (!(await Bun.file(path).exists()))