Skip to content

Instantly share code, notes, and snippets.

@davydka
Created April 4, 2019 23:41
Show Gist options
  • Save davydka/b1392a93df2756e98bc6d027ad244a0d to your computer and use it in GitHub Desktop.
Save davydka/b1392a93df2756e98bc6d027ad244a0d to your computer and use it in GitHub Desktop.
node path join process cwd
path.join( process.cwd(), 'dist', 'json');
// etc etc etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment