resume-cli
resume-cli copied to clipboard
fix: fix logic for resolving path to themes
I was getting errors when specifying a path to a theme that begins with a dot because path.join wasn't a function. I renamed the existing path var to resolvedPath and imported the path module that path.join comes from.