One-click navigation from any fetch("/api/...") call to its matching +server.ts/.js route in a SvelteKit project.Perfect for hopping between front-end code and server logic without file-hunting.
fetch("/api/...")
+server.ts
.js
await fetch("/api/user/login");