Takes a config list produced by `otp_make_config()` and saves it as json file for OTP
Examples
if (FALSE) { # \dontrun{
conf <- otp_make_config("build")
otp_write_config(conf, dir = tempdir())
} # }
Takes a config list produced by `otp_make_config()` and saves it as json file for OTP
if (FALSE) { # \dontrun{
conf <- otp_make_config("build")
otp_write_config(conf, dir = tempdir())
} # }