feat/ VSCode : add Debugging config for man process (#465) + Karma
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
}
|
||||
});
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user