mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
* feat: add refis * feat: add redis package Co-authored-by: Meier Lukas <meierschlumpf@gmail.com> * feat: add example docker compose, add redis connection in package * fix: usage of client after subscribe * feat: add logger for redis * refactor: format files Co-authored-by: Meier Lukas <meierschlumpf@gmail.com> --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"js/ts.implicitProjectConfig.experimentalDecorators": true,
|
|
"cSpell.words": [
|
|
"superjson",
|
|
"homarr",
|
|
"trpc"
|
|
]
|
|
}
|