refacto: review keys of config komga and code

This commit is contained in:
Julien Froidefond
2025-02-13 10:51:08 +01:00
parent addc42d1f6
commit 74cb8126bb
8 changed files with 192 additions and 76 deletions

6
src/lib/constants.ts Normal file
View File

@@ -0,0 +1,6 @@
// Clés de stockage
export const STORAGE_KEYS = {
CREDENTIALS: "komgaCredentials",
USER: "stripUser",
TTL_CONFIG: "ttlConfig",
} as const;