Steven

Results 553 comments of Steven

Hi @FDiskas As @weisk mentioned, the `serve` cli is not intended to use for production applications. Instead you can deploy to [ZEIT Now](https://zeit.co) by connecting your Git Repository in couple...

One problem I found is that `async-retry` doesn't seem to cancel so this doesn't actually solve the hanging fetch. We probably need to use `vm` or `child_process` to isolate this...

No, its also used for JS users, not just TS users, during `vc dev`

I believe `peerDependencies` isn't installed automatically (depending on package manager and version) so this would be a breaking change. What we can probably do is use `@vercel/ncc` to vendor typescript...

Hi @gregmoncayo The `serve` cli is not intended to use for production applications. Instead you can deploy to [ZEIT Now](https://zeit.co) by connecting your Git Repository in couple clicks. Then each...

The workaround is to use `vite --port $PORT --host 0.0.0.0` as your development command. I think we'll need to update `vercel dev` to support both ipv4 and ipv6 as more...

The fix is available on the latest version of Vercel CLI npm i -g vercel@latest

@EndangeredMassa I think @cb1kenobi has been working on this branch, not sure if its ready for review though

@EndangeredMassa @cb1kenobi Looks like something broke during merge conflicts