Wrapping SolidStart: JSX is an unknown file extension
https://stackblitz.com/edit/sb1-k8bui6zy
I am trying to create my own CLI to wrap around SolidStart CLI (Vinxi) to make a sort of meta-SolidStart framework. I kept running into problems with my project so I successfully re-created the errors in the stackblitz link above.
I left some Readme files inside the packages to clarify what I'm trying to do. I want to use my custom CLI to control Vinxi, so I setup a CLI tool to run this code as a proof of concept:
I'm a bit unfamiliar working on complex monorepo setups, and I believe that's what problem I'm really facing. The error I get is:
I am unsure on how to proceed in fixing this. Any help is appreciated!
1 Reply
Update: I fixed several errors by filling out this app config for SolidStart:
But I'm getting this odd error:
Anyone got ideas?
No luck so far, I've tried everything I could think of but can't get past this latest error.