Created
December 22, 2019 07:25
-
-
Save mattmazzola/13d228f71f603b9a45b92ff6daa68743 to your computer and use it in GitHub Desktop.
Main script of package
This file contains hidden or 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
import * as path from 'path' | |
const directoryPath = __dirname | |
const defaultFilePath = path.join(directoryPath, 'index.html') | |
export { | |
directoryPath, | |
defaultFilePath, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment