This commit is contained in:
Mylloon 2022-07-20 12:53:01 +02:00
parent 721e7dfc87
commit d46a48380c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -4,8 +4,8 @@
"description": "Bot discord",
"main": "src/index.js",
"scripts": {
"main": "tsc && node ./dist/index.js",
"debug": "tsnd --respawn ./src/index.ts",
"main": "npx tsc && node ./dist/index.js",
"debug": "npx tsnd --respawn ./src/index.ts",
"lint": "npx eslint src"
},
"repository": {