UNPKG

connect-platform

Version:

A platform to build backened code mostly in a visual manner.

11 lines (8 loc) 247 B
module.exports = conf => { const platform = require('../../'); let config = conf?conf.get('remote-shell', {}):platform.config.get('remote-shell', {}); return { enabled: config.enabled || false, path: config.path || '/shell', } }