UNPKG

@ywfe/cli

Version:

遥望前端开发命令行工具

10 lines (9 loc) 572 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const node_worker_threads_1 = require("node:worker_threads"); const command_1 = require("../command"); node_worker_threads_1.parentPort === null || node_worker_threads_1.parentPort === void 0 ? void 0 : node_worker_threads_1.parentPort.on('message', pageName => { (0, command_1.startViteBuild)(pageName).then(data => { node_worker_threads_1.parentPort === null || node_worker_threads_1.parentPort === void 0 ? void 0 : node_worker_threads_1.parentPort.postMessage(data); }); });