diff --git a/oranda.json b/oranda.json index 913a29c..8842157 100644 --- a/oranda.json +++ b/oranda.json @@ -1,5 +1,15 @@ -{ - "build": { - "path_prefix": "json-to-env" - } +{ + "$schema": "https://github.com/axodotdev/oranda/releases/latest/download/oranda-config-schema.json", + "build": { + "path_prefix": "json-to-env" + }, + "styles": { + "theme": "hacker" + }, + "components": { + "changelog": true, + "artifacts": { + "cargo_dist": true + } + } } \ No newline at end of file