mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
PM2 workaround
Sadly, no console logging for now.
This commit is contained in:
parent
36a817dce1
commit
50972d7466
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
# Yarn stuff
|
# Yarn stuff
|
||||||
.yarn/cache/
|
.yarn/cache/
|
||||||
.yarn/unplugged/
|
.yarn/unplugged/
|
||||||
|
.yarn/sdks/
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
# NodeJS stuff
|
# NodeJS stuff
|
||||||
.ncurc.json
|
.ncurc.json
|
||||||
|
@ -8,9 +8,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"start": "yarn node ."
|
|
||||||
},
|
|
||||||
"author": "Toast",
|
"author": "Toast",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"os": [
|
"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