mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
PM2 workaround
Sadly, no console logging for now.
This commit is contained in:
parent
0a78a6c565
commit
c759f26632
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
# Yarn stuff
|
||||
.yarn/cache/
|
||||
.yarn/unplugged/
|
||||
.yarn/sdks/
|
||||
.yarn/install-state.gz
|
||||
# NodeJS stuff
|
||||
.ncurc.json
|
||||
|
@ -8,9 +8,6 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "yarn node ."
|
||||
},
|
||||
"author": "Toast",
|
||||
"license": "ISC",
|
||||
"os": [
|
||||
|
1
startWithYarn.cjs
Normal file
1
startWithYarn.cjs
Normal file
@ -0,0 +1 @@
|
||||
require('node:child_process').exec('yarn node dist/index.js', {windowsHide:true}, (error,stdout)=>{console.log(stdout); console.error(error)})
|
Loading…
Reference in New Issue
Block a user