feat: add child_process support

This commit is contained in:
2025-06-01 10:03:06 -07:00
parent e0c9df41d7
commit f8d68789fc

View File

@@ -12,6 +12,7 @@ import zlib from 'zlib';
import chalk from 'chalk'; import chalk from 'chalk';
import ejs from 'ejs'; import ejs from 'ejs';
import moment from 'moment'; import moment from 'moment';
import * as child from 'child_process';
import cron, { schedule } from 'node-cron'; import cron, { schedule } from 'node-cron';
import * as crons from 'cron'; import * as crons from 'cron';