server: Fix loading of code block theme on server builds

This commit is contained in:
Elian Doran
2024-11-05 02:58:21 +02:00
parent a6385557b5
commit a02146df17
2 changed files with 5 additions and 5 deletions

View File

@@ -364,5 +364,6 @@ export default {
normalize,
hashedBlobId,
toMap,
isString
isString,
getResourceDir
};