DEV Community

Discussion on: Seamlessly offloading typescript compilation

Collapse
 
jcake profile image
Jacob Schneider

Just to anyone reading this, I had faced a similar issue when testing of my a VM. my solution simply involved SSHFS which with a single command did everything you did with your networking solutions. As long as the SSH server is installed, the command is simply
sshfs user@host:/source ./build
And you can use inotity to watch and rerun build/automation scripts periodically. It also has the bonus of not requiring additional tooling because most of the features come with Linux