Open edemaine opened 4 months ago
Civet doesn't work with Solid Start's filesystem router. Apparently /src/routes/example.civet loads but without transpilation.
/src/routes/example.civet
Current theory is that the file is loaded with a query string like ?pick=... and that might break the load matching in the unplugin.
?pick=...
Civet doesn't work with Solid Start's filesystem router. Apparently
/src/routes/example.civet
loads but without transpilation.Current theory is that the file is loaded with a query string like
?pick=...
and that might break the load matching in the unplugin.