fixes
Deploy service tg-bot / service tg-bot (push) Waiting to run
Deploy app frontend / app frontend (push) Successful in 2m49s
Deploy db-migrations / db-migrations (push) Successful in 1m23s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m38s

This commit is contained in:
2024-12-12 21:01:40 +02:00
parent 5d2aca3c7b
commit dcd389c50d
7 changed files with 63 additions and 50 deletions
@@ -27,6 +27,8 @@
},
"contributors": [],
"scripts": {
"dev": "tsx src/service.ts",
"dev:watch": "tsx --watch src/service.ts",
"start": "node dist/service.js",
"build": "tsc",
"lint": "tsc --noEmit",
@@ -50,6 +52,7 @@
"@types/pouchdb-core": "^7.0.15",
"@types/pouchdb-find": "^7.3.3",
"@types/web-push": "^3.6.4",
"tsx": "^4.19.2",
"typescript": "~5.6.3"
}
}