feat/ VSCode : add Debugging config for man process (#465) + Karma

This commit is contained in:
Maxime GRIS
2020-05-02 13:27:48 +02:00
parent 92eb8ec146
commit acc62d9bfe
5 changed files with 73 additions and 9 deletions

View File

@@ -24,9 +24,7 @@ module.exports = function (config) {
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['AngularElectron'],
singleRun: true,
customLaunchers: {
AngularElectron: {
base: 'Electron',
@@ -43,4 +41,4 @@ module.exports = function (config) {
}
}
});
};
};