You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because it was assumed that servicer config files would all exist within the .servicer directory. It shouldn't be hard to either use the root project path, or alternatively the path of the file using the extends or includes key.
Say we have the following tree:
Paths should usually be relative to the root directory of the project. A credentials step looks like this:
However, inclusions are currently executed relative to the .servicer directory.
Consistency would make this easier. Is there a reason for the different strategies?
The text was updated successfully, but these errors were encountered: