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
Comments get removed because the setup framework was not ever aware they existed (jsonc.parse() effectively strips them when parsing a jsonc file with comments):
{
...
property: [...],
....
}
The text was updated successfully, but these errors were encountered:
Pushed 15cd1ce to use jsonc.stringify instead of JSON.stringify but this is still broken & not sure really how to fix it.
Will keep jsonc as the file extension since I think it would still be valuable to support comments once you get your mintable setup done – it's also less likely any automated writes to the config file will happen after this point.
Add a comment to your
mintable.jsonc
:Run
mintable account-setup
and add an accountComments get removed because the setup framework was not ever aware they existed (
jsonc.parse()
effectively strips them when parsing ajsonc
file with comments):The text was updated successfully, but these errors were encountered: