feat: command archive #55

Merged
loonatiny merged 6 commits from dev into main 2023-01-17 14:28:59 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 2202eb0e98 - Show all commits

View file

@ -17,6 +17,6 @@ RUN npm ci --only=production
RUN npx tsc
RUN rm -r src/ tsconfig.json
RUN npm uninstall typescript discord-api-types @types/sqlite3
RUN npm uninstall typescript @types/sqlite3
CMD ["dumb-init", "node", "./dist/index.js"]

View file

@ -21,10 +21,10 @@
"discord.js": "^14.3.0",
"sqlite3": "^5.0.11",
"typescript": "^4.7.4",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"@types/uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"dotenv": "^16.0.1",