Updated cookie impl

This commit is contained in:
2025-09-16 13:42:38 +02:00
parent 4417485c93
commit 6feb61a289
3 changed files with 16 additions and 9 deletions

5
src/data/general.ts Normal file
View File

@@ -0,0 +1,5 @@
const prefix = "local-hypstats"
export const COOKIE_VALUES = {
statsOrder: `${prefix}-player-stats-order`
} as const