MoeedDar

Results 5 comments of MoeedDar

> we will not expose nitro options anymore what exactly were you missing? I think at least exposing the cloudflare + vercel preset options along with the rollup options would...

> Related to this? #4193 I was getting this issue: ![image](https://github.com/user-attachments/assets/7c2d6217-dbcc-4c1a-be2a-9d057a9cb693) Uenv seems like the fix?

It would also be nice to have access to websockets via nitro - I don't think the server will accept websocket requests without experimental.websockets = true

didn't change a thing unfortunately - tried externalising postgres too

Try this vite plugin: ```typescript import { IncomingMessage } from 'http'; import { Readable } from 'stream'; import { Plugin } from 'vite'; // Temporary, less than ideal hotfix until...