Open schiller-manuel opened 1 month ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
Latest commit: 6cb0bf96efb89fb0e5535f5bbe6fb78cbf26401a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vinxi-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 31, 2024 5:30pm |
``` pnpm add https://pkg.pr.new/@vinxi/deno-doc@404 ```
``` pnpm add https://pkg.pr.new/vinxi@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/plugin-directives@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/doc@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/plugin-mdx@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/openapi@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/react@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/react-server@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/router@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/server-components@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/server-functions@404 ```
``` pnpm add https://pkg.pr.new/@vinxi/solid@404 ```
commit: 6cb0bf9
I am unsure whether this works as the vite config is not passed into createViteHandler
, right?
We create several instances of vite, based on how many routers are created, and they each need a unique HMR port, thus by default we randomize it. We could allow people to specify the hmr port for a given router, but we can't really do one HMR port for the whole app
sounds good, a port per router
fixes #394