What's the best way to shift to vite/nitro from vinxi?
I'm on Start 1.92.6, and I rely on
vinxi start
and vinxi build
Also in the app I use getWebRequest
from vinxi/http
to auth against Clerk
What happens to client.tsx & ssr.tsx?
Repo: https://github.com/cabezonidas/catalog-app
Thanks!GitHub
GitHub - cabezonidas/catalog-app
Contribute to cabezonidas/catalog-app development by creating an account on GitHub.
3 Replies
rare-sapphire•8mo ago
for now Vinxi is not fully removed so the cli is necessary
conscious-sapphireOP•8mo ago
How about the package scripts? I want to change 'vinxi dev' to 'vite dev', what's the best way to go?
rare-sapphire•8mo ago
you cant yet