add clinic

This commit is contained in:
2026-03-16 12:52:25 +03:30
parent a65440fd1f
commit edaf5e64fd
2 changed files with 6961 additions and 1542 deletions
+6954 -1536
View File
File diff suppressed because it is too large Load Diff
+5 -4
View File
@@ -13,10 +13,10 @@
"db:reset": "npm run db:drop && npm run db:create && npm run db:seed",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start dist/main",
"start:0": "nest start dist/main",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node --max-old-space-size=2048 dist/main",
"start": "node --max-old-space-size=2048 dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
@@ -55,11 +55,11 @@
"axios": "^1.13.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"dayjs": "^1.11.18",
"fastify": "^5.6.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"ulid": "^3.0.1",
"dayjs": "^1.11.18"
"ulid": "^3.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
@@ -76,6 +76,7 @@
"@types/sanitize-html": "^2.16.0",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"clinic": "^13.0.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",