I see an option to add rules setting in GUi. Is there a way I can add it via javascript files. Let me explain what I’m trying to achieve. I have rules defined in javascript files in my bitbucket repo. I have used a bitbucket extension to do continuous deployment. Like rules, I also want the rules settings written programatically in js file be deployed along with rules. In the bitbucket integration document, ‘rules-config’ folder is mentioned, but I want to know how to define those configs in a javascript file. Could you provide a sample ?