1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-04-22 13:00:13 +10:00
2023-08-25 02:06:39 +10:00

1 line
146 B
JavaScript

require('node:child_process').spawn('yarn node dist/index.js', {stdio: [null,process.stdout,process.stderr,null], windowsHide: true, shell: true})