forked from Galactic/galactic-bot
package
This commit is contained in:
parent
9214d588b0
commit
5a8d48b37b
@ -4,8 +4,8 @@
|
||||
"description": "New iteration of GalacticBot",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=production node --trace-warnings index.js",
|
||||
"dev": "NODE_ENV=development node --trace-warnings index.js",
|
||||
"start": "node --trace-warnings index.js",
|
||||
"dev": "node --trace-warnings index.js",
|
||||
"debug": "node --trace-warnings --inspect index.js",
|
||||
"update": "git pull && cd api && yarn update"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user