solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

Unable to read `.well-known` directory in routes

Open jtag05 opened this issue 3 years ago • 0 comments

fast-glob ignores dotfiles by default so the following line will ignore a .well-known directory and any other dotfiles when using the FileRoutes

https://github.com/solidjs/solid-start/blob/842f2751795a181ec3a9975f18a008344192535a/packages/start/fs-router/router.js#L46

I'm not sure if this was an intentional design decision or not, but I'll put up a PR momentarily in the event that this functionality would be useful to people other than myself

jtag05 avatar Nov 10 '22 23:11 jtag05