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
I have a use case where I want to build two version of the app.
1 for a testnet release 1 for mainnet release
The only difference between these is :
The code itself is the same.
What would be the best way to accomplish this? Can we have different package.json files ? For example package.testnet.json etc?
The text was updated successfully, but these errors were encountered:
Related #639
Not closed as duplicated — I want to implement config files in YAML.
Sorry, something went wrong.
Closed in favour of #1109
No branches or pull requests
I have a use case where I want to build two version of the app.
1 for a testnet release
1 for mainnet release
The only difference between these is :
The code itself is the same.
What would be the best way to accomplish this? Can we have different package.json files ? For example package.testnet.json etc?
The text was updated successfully, but these errors were encountered: