streaming!!, oh and file names, linting ig..

This commit is contained in:
Reid 2025-08-15 01:40:21 -07:00
parent 7b15834f17
commit f2800f13c8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
23 changed files with 1195 additions and 254 deletions

View file

@ -32,13 +32,14 @@
"zod-validation-error": "^4.0.1"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^3.1.0",
"@types/express": "^5.0.3",
"@types/source-map-support": "^0.5.10",
"@types/swagger-ui-express": "^4.1.8",
"@typescript-eslint/parser": "^7.12.0",
"concurrently": "^9.2.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "^5.9.2",
"typescript-eslint": "^7.13.0"
"typescript-eslint": "^8.39.1"
}
}