feat: sending messages is now feature complete

including zod schema validation

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-04-15 11:20:01 +02:00
parent a72a2c3358
commit 2106734b88
3 changed files with 257 additions and 264 deletions

View File

@@ -49,6 +49,9 @@
"typescript": "^5.5.3",
"typescript-eslint": "^8.26.0"
},
"files": [
"dist/**/*.{js,ts,map}"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",