Convert configs from json to toml #58
Reference in New Issue
Block a user
No description provided.
Delete Branch "toml_annot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR converts the configuration syntax in the files description page from json to the more user friendly toml. PHP toml handling is performed by the Devium toml library and javascript toml handling is via the smol-toml node package (merged into a single library with ncc).
This will be a breaking change for any model currently loaded with json configs. It is advisable to convert the configs to toml first (which will throw minor errors) and then upgrade.