Paths are whatever now, nothing forces them to make sense or be relative or absolute until something errors out due to not finding something.
Paths should be treated as relative only (relative to root or config location) and resolved upon parsing (such as when reading actor.json).
Ideally, we should store them in some format that makes it clear its a resolved path (unlike string).
This is potentially a huge pain in the ass down the line, so solving it soon is kinda important. Specially if we plan on doing #106 and just going off of that.
Treat this as setup work for #106 so it can serve them on a sane manner
Paths are whatever now, nothing forces them to make sense or be relative or absolute until something errors out due to not finding something.
Paths should be treated as relative only (relative to root or config location) and resolved upon parsing (such as when reading
actor.json).Ideally, we should store them in some format that makes it clear its a resolved path (unlike string).
This is potentially a huge pain in the ass down the line, so solving it soon is kinda important. Specially if we plan on doing #106 and just going off of that.
Treat this as setup work for #106 so it can serve them on a sane manner