refractor code,

This commit is contained in:
root
2026-05-21 12:35:49 -04:00
parent e74681e810
commit f009ca10c6
158 changed files with 215801 additions and 5884 deletions
+9 -2
View File
@@ -9,7 +9,11 @@
"build": "tsc",
"prestart": "npm run build --workspace @rentaldrivego/types",
"start": "node dist/index.js",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:integration:watch": "vitest --config vitest.integration.config.ts"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.3",
@@ -50,7 +54,10 @@
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/supertest": "^6.0.2",
"supertest": "^7.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.0"
"typescript": "^5.4.0",
"vitest": "^1.6.0"
}
}