Skip to content

Conversation

MoeedDar
Copy link
Contributor

I was having some build issues across multiple platforms - I figured I'd have a better chance of resolving them if the nitro config was exposed.

Any edge cases I might be missing here? Wondering why this was omitted in the first place.

tannerlinsley and others added 30 commits May 10, 2025 14:54
RELEASE_ALL
RELEASE_ALL
Currently, none of the packages (i.e `packages/*`) need `vite`
bundled as a `dependency`. So its been moved to the
`devDependencies` and had the version opened using
`"peerDependencies": { "vite": ">=6.0.0" }`.

Additionally, `vite` has been added as a `dependency` to
the Start end-to-end sandboxes.

In a later PR, `vite` will need to be added to all the
TanStack Start examples (i.e. `examples/**/start-*`).
…anStack#4137)

Only import `routeCode` if `node.fullPath` is available.
…t + matching server function handler route on Windows (TanStack#4146)
@schiller-manuel
Copy link
Contributor

this will be soon possible via the nitro vite plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.