I'm developing a web application on my local linux machine in a directory inside my home folder.
~/gits/myApp/
When I need to reference modules directories in my code I'd like to prepend the locations like so /model/users
The problem arises that my web software (node.js) understandingly looks at the root of my linux machine.
Is there a way to configure the folder my web app is in to think its at the root?