This commit is contained in:
Eugene Pankov
2017-04-15 15:20:18 +02:00
parent f17df2bde5
commit c19f0b1895
28 changed files with 88 additions and 75 deletions

View File

@@ -23,7 +23,6 @@ export class Session {
constructor (options: SessionOptions) {
this.name = options.name
this.recoveryId = options.recoveryId
console.log('Spawning', options.command)
let env = {
...process.env,

View File

@@ -22,6 +22,7 @@ module.exports = {
test: /\.ts$/,
loader: 'awesome-typescript-loader',
query: {
configFileName: path.resolve(__dirname, 'tsconfig.json'),
paths: {
"terminus-*": [path.resolve(__dirname, '../terminus-*')],
"*": [path.resolve(__dirname, '../app/node_modules/*')],