Describe the problem
Often I'll have a route with a single remote module, like an index.remote.ts alongside my +page.svelte. The index feels superfluous
Describe the proposed solution
Treat a file as a remote module if basename.split('.').includes('remote'). (This would also capture stuff.remote.test.ts, once we come up with a good testing story around RFs, but that's presumably fine as long as it doesn't export anything?)
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
Describe the problem
Often I'll have a route with a single remote module, like an
index.remote.tsalongside my+page.svelte. Theindexfeels superfluousDescribe the proposed solution
Treat a file as a remote module if
basename.split('.').includes('remote'). (This would also capturestuff.remote.test.ts, once we come up with a good testing story around RFs, but that's presumably fine as long as it doesn't export anything?)Alternatives considered
No response
Importance
nice to have
Additional Information
No response