env bs
This commit is contained in:
parent
ba952afa46
commit
6299a2ec50
@ -4,7 +4,8 @@
|
||||
"description": "New iteration of GalacticBot",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node --trace-warnings index.js",
|
||||
"start": "NODE_ENV=production node --trace-warnings index.js",
|
||||
"dev": "NODE_ENV=development node --trace-warnings index.js",
|
||||
"debug": "node --trace-warnings --inspect index.js",
|
||||
"update": "git pull && cd api && yarn update"
|
||||
},
|
||||
|
12
start.json
Normal file
12
start.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "new-gbot",
|
||||
"script": "index.js",
|
||||
"interpreter_args": "--trace-warnings",
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user