diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-10-06 21:32:59 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-06 21:32:59 -0700 |
| commit | b782666105808cfa0fd3edf676a70a8f809afbfb (patch) | |
| tree | d0fc2ccfbcf861e6b911c80a9029d16662eac7b0 /src/utils/hono-stub.ts | |
| parent | de43eb05d2e43ab31effce3dcca62ad91a556b26 (diff) | |
| download | ansicolor-b782666105808cfa0fd3edf676a70a8f809afbfb.tar.gz ansicolor-b782666105808cfa0fd3edf676a70a8f809afbfb.zip | |
Add hono stubs as a hack for now
Diffstat (limited to 'src/utils/hono-stub.ts')
| -rw-r--r-- | src/utils/hono-stub.ts | 2 |
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 {}; |
