From beb3101e8fc100599738a05e7c3b14e2aa98bc11 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 6 Oct 2025 21:32:59 -0700 Subject: Add hono stubs as a hack for now --- src/utils/hono-stub.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/utils/hono-stub.ts (limited to 'src/utils') diff --git a/src/utils/hono-stub.ts b/src/utils/hono-stub.ts new file mode 100644 index 0000000..856a76a --- /dev/null +++ b/src/utils/hono-stub.ts @@ -0,0 +1,2 @@ +// Stub for server-side dependencies that are not used in the browser +export default {}; -- cgit v1.2.3-70-g09d2