diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-17 10:54:13 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-17 10:54:34 -0700 |
commit | 3d61a9b0c29deb576ecd5d0e8de7b4426d5ab41c (patch) | |
tree | 152b668cf128803fb7636874ecec109fa86034d5 /lib/server/hono/index.ts | |
parent | 4d469ea6d4cbab34dbb772bcfe3dc53bb67fb224 (diff) | |
download | pengueno-3d61a9b0c29deb576ecd5d0e8de7b4426d5ab41c.tar.gz pengueno-3d61a9b0c29deb576ecd5d0e8de7b4426d5ab41c.zip |
Add common hono proxy and bump minor minor version.
Diffstat (limited to 'lib/server/hono/index.ts')
-rw-r--r-- | lib/server/hono/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/server/hono/index.ts b/lib/server/hono/index.ts new file mode 100644 index 0000000..9bcd868 --- /dev/null +++ b/lib/server/hono/index.ts @@ -0,0 +1 @@ +export * from './proxy'; |