Supertiger
Supertiger
### Bug description When using version v6.6.0 with a bundler, such as tsup, i get this error: ``` Error: Dynamic require of "node:fs" is not supported at file:///C:/Users/Fishie/Desktop/prisma-fs-error-minimal/dist/index.mjs:11:9 at generated/prisma/client/runtime/library.js...
 not sure why i get this error, tsx should be supported. installed the latest version as of 14/01/2025
When a file doesnt exist, the server crashes. ```ts import {Server} from 'hyper-express'; import express from 'express' const server = new Server(); // crashes whole server. // http://localhost:3000 server.get('/', (req,...