expand config

This commit is contained in:
jurgis
2022-12-11 13:17:10 +02:00
parent 80ba785798
commit 0b438fb134
10 changed files with 72 additions and 36 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export class StaticService {
);
}
const path = join(configService.getStaticFolder(), relPath);
const path = join(configService.getPaths().getStaticFolder(), relPath);
const stats: Stats | false = await stat(path).catch(() => false);