Skip to content

Commit

Permalink
Force post-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 23, 2024
1 parent 0093f05 commit 647862b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ configs.APP_CONFIG = {
addons_config: {
"hubs-behavior-graphs-addon": { enabled: true },
"hubs-portals-addon": { enabled: true },
"hubs-duck-addon": { enabled: true }
"hubs-duck-addon": { enabled: true },
"hubs-post-processing-addon": { enabled: true }
}
}
}
Expand Down

0 comments on commit 647862b

Please sign in to comment.