1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Update startWithYarn.cjs

This commit is contained in:
toast-ts 2023-08-08 16:21:53 +10:00 committed by GitHub
parent d45316d452
commit 53b10c3cd9

View File

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