scaffolding
scaffolding copied to clipboard
Plural filename vs. Singular import in Svelte
Using svelte (not sure of Vue or Lit)
With plural entry-type
name
Creating a collection on that (plural-named) entry-type
results in an import statement for singular XDetail.svelte
filename
but the actual filename it appears to be looking for is plural XsDetail.svelte