aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-06 21:32:59 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-06 21:32:59 -0700
commitb782666105808cfa0fd3edf676a70a8f809afbfb (patch)
treed0fc2ccfbcf861e6b911c80a9029d16662eac7b0 /src
parentde43eb05d2e43ab31effce3dcca62ad91a556b26 (diff)
downloadansicolor-b782666105808cfa0fd3edf676a70a8f809afbfb.tar.gz
ansicolor-b782666105808cfa0fd3edf676a70a8f809afbfb.zip
Add hono stubs as a hack for now
Diffstat (limited to 'src')
-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 {};