Files
xen-orchestra/index.js
2015-10-07 14:42:36 +02:00

12 lines
271 B
JavaScript

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