summaryrefslogtreecommitdiff
path: root/src/utils/hono-stub.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/hono-stub.ts')
-rw-r--r--src/utils/hono-stub.ts2
1 files changed, 2 insertions, 0 deletions
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 {};