docs:dev in monorepo fails
I tried running the docs locally in order to suggest some changes in there, but got this error

Are there some issues with the docs project or am I missing something?
I'm not seeing that exact error but I am seeing an issue with the docs build right now. Thanks for reporting.
EDIT: Hmm.. after cleaning things and re-running I seem to be fine.
If I had to guess Windows... Some path resolution mayhem.
It very well could just be Windows resolving paths differently. I don't have a way to test on another system unfortunately. The import it can't resolve is at: /componentsTableOfContents.tsx - I am guessing that should have been /components/TableOfContents.tsx? It seem like the / is getting stripped away then.
I attempted moving TableOfContents.tsx from /components into /components/testfolder and then I get the following error:
Here it is unable to resolve the import at /componentsestfolderTableOfContents.tsx. it now seems to strip both the / and the leading 't' off 'testfolder' as well as the another / before the filename.
In setting up for SolidStarts next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed in mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See https://github.com/solidjs/solid-start/pull/1139 for more details.