summaryrefslogtreecommitdiff
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:33:59 -0700
commitbeb3101e8fc100599738a05e7c3b14e2aa98bc11 (patch)
tree453dcd811bb9f5951e6b2afa400d8433bc50382b /src
parente2dacb55a88261008062675b660fb8ba14b7ba69 (diff)
downloadansicolor-release.tar.gz
ansicolor-release.zip
Add hono stubs as a hack for nowrelease
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 {};