ionian/packages/server/src/util
monoid d28c255d21 feat: add app configuration management with Kysely integration
- Implemented `getAppConfig` and `upsertAppConfig` functions in `config.ts` for managing application settings in the database.
- Updated `mod.ts` to export the new configuration functions.
- Refactored `ComicConfig.ts` to load and update comic watch paths using the new configuration functions.
- Modified `comic_watcher.ts` to accept paths as parameters for creating watchers.
- Created a new settings router in `settings.ts` for managing application settings via HTTP requests.
- Integrated the settings router into the main server in `server.ts`.
- Updated the settings management to use the new database-backed configuration.
- Removed legacy configuration management code from `configRW.ts`.
- Added integration tests for the settings router and error handling.
- Updated `vitest` configuration for testing.
- Cleaned up unused type definitions in `pnpm-lock.yaml`.
2025-09-30 23:15:20 +09:00
..
configRW.ts feat: add app configuration management with Kysely integration 2025-09-30 23:15:20 +09:00
gid.ts feat: add query with gid 2024-12-27 18:37:06 +09:00
oshash.ts feat: modified file check 2024-11-16 04:15:02 +09:00
zipwrap.ts chore: remove console log 2025-05-01 23:57:31 +09:00