coilysiren / infrastructure

the infrastructure layer for my apps, websites
0 stars 0 forks source link

create symlinks without needing to restrict to `src/` folder #55

Open coilysiren opened 5 days ago

coilysiren commented 5 days ago

the annoying thing about this is trying to sync the whole folder, without needing to sync one file at a time, and trying to exclude bin/ and obj/ (which will crash the server)

and deleting them after the symlink is setup doesn't work. they just get re-created at the source on save or on build or some other such thing

probably solvable by avoiding putting anything at the top level (for any of my mods, ever) and symlinking the individual folders that way. then you just need to reset the symlink whenever you create a new folder (rare)