We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current way how files are referenced is terrible. I think substrate has a nice way of handling that. See how they use the BasePath in the codebase: https://github.com/paritytech/substrate/blob/dec0369a35893c2be432e74358c4c7039e1e57be/client/service/src/config.rs#L280
BasePath
However, our case is a bit more complex, we need to configure:
The text was updated successfully, but these errors were encountered:
Will close this as we have reworked that quite a lot already in the course of #1292
Sorry, something went wrong.
No branches or pull requests
The current way how files are referenced is terrible. I think substrate has a nice way of handling that. See how they use the
BasePath
in the codebase: https://github.com/paritytech/substrate/blob/dec0369a35893c2be432e74358c4c7039e1e57be/client/service/src/config.rs#L280However, our case is a bit more complex, we need to configure:
The text was updated successfully, but these errors were encountered: