diff --git a/config.iced b/config.iced index 92f9554..db31045 100644 --- a/config.iced +++ b/config.iced @@ -38,4 +38,4 @@ if nconf.get "dump-config" process.exit 0 module.exports = merge true, nconf, - isProduction: -> @get("environment").toUpperCase() == "PRODUCTION" \ No newline at end of file + isProduction: -> @get("environment").toUpperCase() == "PRODUCTION"