UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

18 lines (14 loc) 273 B
var path = require('path') var argv = require('./argv') var config = { ace: { tabSize: 2, fontSize: 12, theme: 'monokai', useSoftTabs: true } } if (argv.client) { config = require(path.resolve(process.cwd(), argv.client)) } module.exports = config