Skip to content

Commit

Permalink
Removed addon manager
Browse files Browse the repository at this point in the history
  • Loading branch information
iMidnights committed Mar 15, 2023
1 parent 5759add commit 946c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = (themeConfig = {}) => {

require('./utils/functions/errorHandler')(config, themeConfig, db)
require('./utils/functions/settingsPage')(config, themeConfig, db)
await require('./utils/addonManager').execute(themeConfig, config, app, module.exports.messages);
// await require('./utils/addonManager').execute(themeConfig, config, app, module.exports.messages);
require('./utils/initPages').init(config, themeConfig, app, db)
}
}
Expand Down

0 comments on commit 946c7f1

Please sign in to comment.