MoeedDar
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:  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...