add tg_bot_sessions, padding to qrcode
Deploy app frontend / app frontend (push) Failing after 49s
Deploy db-migrations / db-migrations (push) Failing after 39s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 46s

This commit is contained in:
2024-12-12 13:30:28 +02:00
parent 2939b029b0
commit e07d748e87
16 changed files with 666 additions and 156 deletions
+3
View File
@@ -28,6 +28,8 @@
"contributors": [],
"scripts": {
"build": "tsc",
"dev": "tsx src/bot/index.ts",
"dev:watch": "tsx --watch src/bot/index.ts",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist",
"lint": "eslint src",
@@ -69,6 +71,7 @@
"esbuild": "^0.24.0",
"esbuild-copy-static-files": "^0.1.0",
"eslint": "^9.16.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}