From a8d3a8203e145df7a222ea409588c2ea3a1ee4e6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 27 Jan 2026 22:16:02 -0800 Subject: [PATCH] need that cache for HMR --- src/utils.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/utils.tsx b/src/utils.tsx index 7a08ca3..179bb35 100644 --- a/src/utils.tsx +++ b/src/utils.tsx @@ -1,4 +1,5 @@ import { type Context } from 'hono' +import { stat } from 'fs/promises' // template literal tag for inline CSS. returns a