You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vike is a plugin for Vite which provides an improved SSR experience. It provides filesystem routing, where you create files like pages/login.tsx, which will then be available as /login. The details are described here.
I think a Vike plugin would be useful, to automatically add all the pages as entry points for knip.
The text was updated successfully, but these errors were encountered:
I probably won't have time, but it does look pretty straightforward. Maybe there's some complexity if Vike's more advanced routing configuration is used.
Vike is a plugin for Vite which provides an improved SSR experience. It provides filesystem routing, where you create files like
pages/login.tsx
, which will then be available as/login
. The details are described here.I think a Vike plugin would be useful, to automatically add all the pages as entry points for
knip
.The text was updated successfully, but these errors were encountered: