Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use path.resolve instead of path.join for config #526

Merged
merged 1 commit into from Jul 10, 2019
Merged

use path.resolve instead of path.join for config #526

merged 1 commit into from Jul 10, 2019

Conversation

christopherjbaker
Copy link
Contributor

This PR switches the config loading to use path.resolve instead of path.join. Presently, it only allows relative paths, but with this change, it works with both relative and absolute paths. In my particular case, I wanted to use ~/config.json.

Incidentally, this also fixes #498

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues setting config file (serve.json)
2 participants