c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

Save the base path so that loadAdditionalConfig works in node #58

Closed johnf closed 7 years ago

johnf commented 7 years ago

When working locally in node loadAdditionalConfig won't work because it doesn't pass a basePath to resolveConfig.

This caches it from the setup call.