Use absolute paths to configuration files

Repository details (uvcc)
Project page
uvcc
Project log category
(191 entries)
Repository
@joelpurra/uvcc
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
208 commits
Stars
113 stars
Commit details (6a974687)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Use absolute paths to configuration files

  • User-provided configuration files can be either found or provided using --config.
  • In either case, relative paths should be relative to $PWD.
  • This commit removes making paths relative to __dirname, meaning the current source code file.

Reported by @PatrickBoehmDC in #33.

Closes #33.

Raw text
Use absolute paths to configuration files

- User-provided configuration files can be either found or provided using `--config`.
- In either case, relative paths should be relative to `$PWD`.
- This commit removes making paths relative to `__dirname`, meaning the current source code file.

Reported by @PatrickBoehmDC in #33.

Closes #33.

Changed files (1)

Path Additions Deletions
src/runtime-configurator.ts +3 -6

Commit categories (3)