mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-11 00:32:45 +08:00
9 lines
245 B
JavaScript
9 lines
245 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.start = start;
|
|
/** @internal */
|
|
function start() {
|
|
require("electron-webpack/dev-runner");
|
|
return Promise.resolve();
|
|
}
|
|
//# sourceMappingURL=start.js.map
|