Path relative to the module directory
import.meta.url (ESM) or __filename (CJS)
Absolute resolved path.
Useful for loading internal assets such as:
.hbs templatesUnlike process.cwd(), this resolves relative to the module
file location, making it safe for usage inside node_modules.
Resolves a path relative to the provided module's directory.