R/make_dev.R
prod.Rd
Is the app in dev mode or prod mode?
app_prod() app_dev()
TRUE or FALSE depending on the status of getOption( "golem.app.prod")
TRUE
FALSE
getOption( "golem.app.prod")
A boolean.