feat(chat): added base for chat service

added front html

nigel in the mud

route function with openapi - gen

clean up the code a little

after pull request
This commit is contained in:
NigeParis 2025-11-11 10:02:05 +01:00 committed by Maix0
parent 73a4946d17
commit 9ce9fa44e4
122 changed files with 9354 additions and 2615 deletions

View file

@ -7,7 +7,8 @@
"./@shared",
"./icons",
"./user",
"./auth"
"./auth",
"./chat"
],
"lint-staged": {
"*": [
@ -26,18 +27,20 @@
"devDependencies": {
"@eslint/js": "^9.39.1",
"@openapitools/openapi-generator-cli": "^2.25.0",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"eslint": "^9.39.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"openapi-generator-cli": "^1.0.0",
"openapi-typescript": "^7.10.1",
"rimraf": "^5.0.10",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3"
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2"
},
"dependencies": {
"@redocly/cli": "^2.11.0",
"@redocly/cli": "^2.11.1",
"bindings": "^1.5.0"
}
}