changes
Build and Deploy / build (push) Failing after 41s
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-29 19:13:57 +02:00
parent 7de6864f70
commit e732858b8c
11 changed files with 168 additions and 32 deletions
+4 -1
View File
@@ -10,7 +10,8 @@
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"test:update-loop": "tsx test/update-loop.ts"
},
"dependencies": {
"@fastify/cors": "^10.0.1",
@@ -19,12 +20,14 @@
"@fastify/type-provider-typebox": "^5.1.0",
"@fastify/websocket": "^11.0.1",
"@sinclair/typebox": "^0.34.9",
"adm-zip": "^0.5.17",
"dotenv": "^16.4.7",
"fastify": "^5.2.0",
"pg": "^8.13.1",
"selfsigned": "^2.4.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.8",
"@types/node": "^22.10.2",
"@types/pg": "^8.11.10",
"tsx": "^4.19.2",