fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
43 stars 1 forks source link

FPX middleware for Hono does not work in Deno runtime #78

Closed brettimus closed 3 weeks ago

brettimus commented 1 month ago

Similar to #71 — Deno requires us to do imports with file extensions in order to work correctly

So, the published @fiberplane/hono package should have imports like:

export { createHonoMiddleware } from "./honoMiddleware.js";
brettimus commented 1 month ago

tested the fix by using 0.2.1-beta.1 of the client library. it has resolved my issues using fpx in deno