I switched a project using express to bun and it works fine, but bun logs this to the console:
410 | }
411 | class IncomingMessage extends Readable {
412 | method;
413 | complete;
414 |
415 | constructor(req, defaultIncomingOpts) {
^
TypeError: Type error
at new IncomingMessage (node:http:415:26)
at fetch (node:http:377:26)
OPTIONS - * failed
is there a way to ignore this?