What's the safest way to reference the project dir...
# general
m
What's the safest way to reference the project directory? I'm assuming
process.cwd()
(nodejs) would be different between inline programs, automation and cli usage? Context: I'd like a ComponentResource (not contained within the project) to be able to look for config files in the project dir without having to pass a path explicitly through as an arg.