Hi all.
I try to maintain my template project when I find the time but I feel like I have not gotten a good grasp on a sustainable workflow. My template is built using the typst-package-template and I have mostly nailed down the PRs towards typst-packages. What I struggle with is when developing locally (using VS Code and Typst Tinymist), and having to switch package imports between the @local/package-name:X.X.X and @preview/package-name:X.X.X.
In both of these cases, the lib.typst code I am imported is not actually changed, just the contents of the files. The @preview obviously imports from the remote repo so no changes will be applied, but using @local is very confusing and results in me having to edit files elsewhere on my filesystem. I feel like I have this whole thing backwards.
Please help me understand how you are supposed to use these tools and templates