3 lines
65 B
CoffeeScript
3 lines
65 B
CoffeeScript
|
module.exports = (app) ->
|
||
|
app.set 'custom-key', 'custom-value'
|