Open coderfin opened 4 months ago
It's coming from [lix](https://github.com/opral/monorepo/tree/main/lix). prob a task for @jan.johannes
off topic: making the inlang file a binary that is a repo will eliminate those kinds of bugs
@jan.johannes an inlang file is its own repo. the conditional logic of "does a repo exist", "where is the repo", etc. is gone, and with it debug messages like these
When running
next dev
after setting up a project usingnpx @inlang/paraglide-next init
a new message is output in the terminal that readsUsing existing cloned repo
. Unlike thecompiling
message (ℹ [paraglide] Compiling inlang project at "./project.inlang".
) there is no indication thatUsing existing cloned repo
is coming from paraglide, even though it is. It is also unclear what this message means. I believe this message first shows right after the init finishes but why is it showing up when running dev?It's not a big deal but I think it is a little confusing.