learning_ai_clock/backend
saravanakumardb1 6acc97bf8a fix(backend): use config.DB_PROVIDER instead of process.env.DB_PROVIDER in datastore.ts
- Reads validated DB_PROVIDER from Zod config instead of raw env
- Removes stale isTest fallback logic (now handled by config defaults)
2026-03-20 08:29:36 -07:00
..
src fix(backend): use config.DB_PROVIDER instead of process.env.DB_PROVIDER in datastore.ts 2026-03-20 08:29:36 -07:00
.env.example feat(auth): RS256 JWKS verification — ChronoMind backend 2026-03-12 11:15:03 -07:00
.gitignore feat(backend): scaffold product-specific Fastify backend (port 4011) 2026-03-01 20:39:08 -08:00
package-lock.json refactor(backend): migrate config.ts to @bytelyst/backend-config base schema 2026-03-20 07:56:29 -07:00
package.json refactor(backend): migrate config.ts to @bytelyst/backend-config base schema 2026-03-20 07:56:29 -07:00
tsconfig.json feat(backend): scaffold product-specific Fastify backend (port 4011) 2026-03-01 20:39:08 -08:00
vitest.config.ts feat(backend): scaffold product-specific Fastify backend (port 4011) 2026-03-01 20:39:08 -08:00