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:33:59 -0700 |
| commit | beb3101e8fc100599738a05e7c3b14e2aa98bc11 (patch) | |
| tree | 453dcd811bb9f5951e6b2afa400d8433bc50382b /src/utils/hono-stub.ts | |
| parent | e2dacb55a88261008062675b660fb8ba14b7ba69 (diff) | |
| download | ansicolor-beb3101e8fc100599738a05e7c3b14e2aa98bc11.tar.gz ansicolor-beb3101e8fc100599738a05e7c3b14e2aa98bc11.zip | |
Add hono stubs as a hack for nowrelease
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 {}; |
