1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | const util_1 = require("util");
|
4 | const openExplorerCb = require("open-file-explorer");
|
5 | const rc_1 = require("@kano/kit-app-shell-core/lib/rc");
|
6 | const openExplorer = util_1.promisify(openExplorerCb);
|
7 | function openConfig() {
|
8 | return openExplorer(rc_1.RcLoader.RC_PATH);
|
9 | }
|
10 | exports.default = openConfig;
|
11 | //# sourceMappingURL=open-config.js.map |
\ | No newline at end of file |