Fixes #33 Default array if there isn't a downloadExtensions key in the config

This commit is contained in:
2025-06-10 16:55:34 -04:00
parent b44b17d830
commit 857680c3b1
2 changed files with 15 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
return $result;
}
$allowed_types = ["scss", "js"];
$allowed_types = ['js','pug','scss'];
$patterns = dirname(dirname(__file__)) . "/src/pg/patterns";