Files
xen-orchestra/packages/xo-server/index.js
Julien Fontanet 2da04c5bb1 fix: lint & tests
2018-02-07 14:43:14 +01:00

12 lines
279 B
JavaScript

'use strict'
// ===================================================================
// Enable xo logs by default.
if (process.env.DEBUG === undefined) {
process.env.DEBUG = 'app-conf,xo:*,-xo:api'
}
// Import the real main module.
module.exports = require('./dist').default