feat: initial work on stores
Some checks failed
TrafficCue Server CI / check (push) Failing after 27s
TrafficCue Server CD / build (push) Successful in 1m40s

This commit is contained in:
2025-09-22 20:14:32 +02:00
parent a2f30118ef
commit ef3debcdb3
8 changed files with 283 additions and 4 deletions

View File

@ -28,6 +28,7 @@
"reflect-metadata": "^0.2.2",
"testcontainers": "^11.5.1",
"typeorm": "^0.3.26",
"typescript-eslint": "^8.34.1"
"typescript-eslint": "^8.34.1",
"zod": "^4.1.11"
}
}