Created
April 12, 2022 18:16
-
-
Save techeverri/8b719facf2a71a752ce730af61908d2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
import path from "path"; | |
import url from "url"; | |
const __dirname = path.dirname(url.fileURLToPath(import.meta.url)); | |
console.log({ __dirname }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment