I'm trying to replicate the same provided express.js example using Hono, but I keep getting the following error:
throw Error('Dynamic require of "' + x + '" is not supported');
Here is demo project to reproduce this issue.
Do we need to implement a specific middleware for Hono ?
I'm trying to replicate the same provided express.js example using Hono, but I keep getting the following error:
Here is demo project to reproduce this issue.
Do we need to implement a specific middleware for Hono ?