feat: implement safe JSON parsing and caching utilities; refactor background and quote loaders

This commit is contained in:
alexsparkes
2026-02-01 11:24:02 +00:00
parent f534d531dc
commit bba18acd19
7 changed files with 226 additions and 187 deletions

View File

@@ -12,6 +12,7 @@
"@/*": ["./*"],
"i18n/*": ["./i18n/*"],
"components/*": ["./components/*"],
"hooks/*": ["./hooks/*"],
"assets/*": ["./assets/*"],
"config/*": ["./config/*"],
"features/*": ["./features/*"],