BetterFrame/server/src/plugins/service-admin-http
Mitchell R 664e6e1548
fix(build): inline db config schema for BSB schema extractor
BSB bsb-plugin-cli build extracts schemas statically and cannot
resolve cross-file imports. Inlined the anyvali db config schema
in each plugin's ConfigSchema. Shared DbConfig type stays in
shared/db/config.ts (type-only imports work fine).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 03:22:49 +02:00
..
html-response.ts feat(server): rate limit (login + pair) + CSP/security headers 2026-05-14 07:40:22 +02:00
index.ts fix(build): inline db config schema for BSB schema extractor 2026-05-24 03:22:49 +02:00
middleware.ts refactor: remove all process.env and envStr() from server code 2026-05-23 13:22:44 +02:00
routes-account.ts fix: use Response wrapper instead of h3 tagged template html() 2026-05-10 02:50:16 +02:00
routes-admin.ts feat(cloud-cameras): type=cloud + bidirectional sync + PG default 2026-05-23 11:36:49 +02:00
routes-auth.ts feat(db): full async Repository conversion for PostgreSQL support 2026-05-23 02:07:44 +02:00
routes-cloud.ts feat(cloud-cameras): type=cloud + bidirectional sync + PG default 2026-05-23 11:36:49 +02:00
routes-firmware.ts feat(db): full async Repository conversion for PostgreSQL support 2026-05-23 02:07:44 +02:00
routes-os-updates.ts feat(db): full async Repository conversion for PostgreSQL support 2026-05-23 02:07:44 +02:00
routes-setup.ts feat(db): full async Repository conversion for PostgreSQL support 2026-05-23 02:07:44 +02:00
routes-static.ts adding initial project 2026-05-10 01:09:13 +02:00