mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
865 B
865 B
Summary
Change Type
- Bug fix
- Feature
- Compatibility update
- Documentation
- Refactor
Cross-File Checklist
- I read
CONTRIBUTING.md. - Schema changes, if any, updated both runtime schema and
migrations/0001_init.sql. - Persistent data changes, if any, updated backup export/import or documented why backup is not needed.
- User-facing text changes, if any, updated all locale files.
- Bitwarden client compatibility was considered for sync/API shape changes.
- No secrets, tokens, private deployment values, or real vault data are included.
Checks
npx tsc -p tsconfig.json --noEmitnpx tsc -p webapp/tsconfig.json --noEmitnpm run i18n:validatenpm run build