Supertiger

Results 33 issues of 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...

bug/2-confirmed
kind/bug
topic: generator
topic: prisma generate
domain/client
topic: output

![image](https://github.com/user-attachments/assets/04d4d946-eb40-4d31-95a4-c36014cc937a) not sure why i get this error, tsx should be supported. installed the latest version as of 14/01/2025

bug

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,...