Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrinenyona authored Nov 12, 2024
1 parent 8ef5567 commit a6551e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ config.error_logging = {
config.api.db_name = "pfr"
config.app_data.output_path = "./app_data";

//To reduce app size, exclude draft and uncompressed assets
config.app_data.assets_filter_function = (fileEntry) => !fileEntry.relativePath.includes("draft") && !fileEntry.relativePath.includes("uncompressed")

config.app_config.APP_THEMES.available = ["default", "pfr"];
config.app_config.APP_THEMES.defaultThemeName = "pfr";
config.app_config.APP_SIDEMENU_DEFAULTS.title = "PfR Parenting App";
Expand Down

0 comments on commit a6551e8

Please sign in to comment.