mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:15:42 -04:00
feat: add child_process support
This commit is contained in:
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user