mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-24 08:28:09 +08:00
13 lines
146 B
JavaScript
13 lines
146 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* coverage config.default.js
|
|
*/
|
|
module.exports = () => {
|
|
return {
|
|
openDevTools: {
|
|
mode: 'bottom'
|
|
},
|
|
};
|
|
};
|