fix: various stuff

This commit is contained in:
2023-09-03 21:46:33 +02:00
parent 309fa913c4
commit a2e1f7d9ac
4 changed files with 148 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc-watch --onSuccess \"node ./dist/index.js --dev\"",
"dev": "tsc-watch -p \"./tsconfig.json\" --onSuccess \"node ./dist/index.js --dev\"",
"compile": "tsc --build",
"build": "tsc --build",
"web": "node webserver.js",
@@ -40,7 +40,7 @@
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"discord-tictactoe": "^4.0.0",
"discord.js": "^14.7.1",
"discord.js": "^14.13.0",
"dotenv": "^16.0.1",
"execa": "^6.1.0",
"express": "^4.18.1",