|
|
@@ -6,9 +6,7 @@
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"dev": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9226 main.js",
|
|
|
- "dev:polymarket": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9227 polymarket/main.js",
|
|
|
- "dev:pinnacle": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9228 pinnacle/main.js",
|
|
|
- "dev:triangle": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9229 triangle/main.js"
|
|
|
+ "start": "pm2 start main.js --name ppai-server"
|
|
|
},
|
|
|
"author": "qboss",
|
|
|
"license": "ISC",
|