Does anybody know a good way to handle runtime configuration? When working with serverside projects it is always easy, when developing, to start different Spring Boot configurations for instance by passing different Gradle parameters. How would I do something like that in Kotlin/Js?