mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
14 lines
203 B
JavaScript
14 lines
203 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Development environment configuration, coverage config.default.js
|
|
*/
|
|
module.exports = () => {
|
|
return {
|
|
openDevTools: false,
|
|
jobs: {
|
|
messageLog: false
|
|
}
|
|
};
|
|
};
|