Implement stores and refills, improve testing
This commit is contained in:
parent
9f416903ef
commit
5536acd67d
137 changed files with 21218 additions and 221 deletions
|
|
@ -14,7 +14,8 @@
|
|||
"test:cov": "vitest run --coverage",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
||||
"seed": "tsx --env-file ../../.env src/scripts/seed.ts"
|
||||
"seed": "tsx --env-file ../../.env src/scripts/seed.ts",
|
||||
"migrate:dosage-units": "tsx --env-file ../../.env src/scripts/migrate-dosage-units.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/awilix": "^8.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue