afrokick 1e09fcfb64 ref
2019-04-01 14:34:59 +03:00

6 lines
103 B
JavaScript

const config = require('./schema');
config.validate({ allowed: 'strict' });
module.exports = config;