This commit is contained in:
Leifer Mendez
2022-08-12 13:20:19 +02:00
parent abe05e9ad1
commit 97226d78e0
17 changed files with 29 additions and 110 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/app.ts",
"dev:http": "nodemon ./src/http/index.ts",
"dev:bot": "nodemon ./src/http/index.ts",
"start": "node ./dist/app.js",
"build": "tsc -p ."
},