feat: docker stuff

This commit is contained in:
2025-03-23 22:01:13 +01:00
parent 41c50a8ee5
commit 441aa64166
9 changed files with 95 additions and 7 deletions

View File

@@ -3,7 +3,8 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts"
"dev": "tsx watch src/index.ts",
"build": "tsc --build"
},
"dependencies": {
"@hctv/auth": "*",
@@ -16,6 +17,7 @@
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1"
"tsx": "^4.7.1",
"typescript": "^5.8.2"
}
}