diff --git a/examples/config.js b/examples/config.js new file mode 100644 index 0000000..11ffa61 --- /dev/null +++ b/examples/config.js @@ -0,0 +1,5 @@ +module.exports = { + foo: function(num) { + console.log('(' + num + ') Config::Foo called'); + } +};