chore: reporting
This commit is contained in:
parent
fc0287e050
commit
147c42fc4a
|
@ -43,7 +43,10 @@ export default {
|
||||||
shell: true,
|
shell: true,
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
};
|
};
|
||||||
spawn(`${binary} --hot --inline --mode development --config ${config}`, options);
|
const invocation = `${binary} --mode development --hot --config ${config}`;
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log(`@latus/http: ${invocation}`);
|
||||||
|
spawn(invocation, options);
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user