refactor(worker): Move blurhash processing to worker

This commit is contained in:
Jesse Wierzbinski 2025-01-06 19:45:32 +01:00
parent 8188a6ffc7
commit b086e65404
No known key found for this signature in database
8 changed files with 34 additions and 37 deletions

View file

@ -6,7 +6,8 @@
"cli",
"federation",
"config",
"plugin"
"plugin",
"worker"
],
"languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"]
}