Closed benmccann closed 1 month ago
Is fixed in Paraglide JS 2.0.
That's the old lix client that has been built on git. The inlang SDK initialized an in memory git repo when no repo exists. The git repo was the persistency layer for the inlang SDK, and thereby, for inlang apps like Paraglide JS, Sherlock, Fink, etc.
We ripped out git as persistency layer, see "building on git was our failure mode", in favor of SQLite to de-couple external repos from internal state.
When you create a brand new SvelteKit project with paraglide it says
Using existing cloned repo
. This is confusing because the project is not in source controlThe message looks to be coming from these locations: