Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index 593c201a08d..90c4a2b550c 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -87,6 +87,9 @@ module.exports = {
systemtags: {
systemtags: path.join(__dirname, 'apps/systemtags/src', 'systemtags.js'),
},
+ theming: {
+ 'theming-settings': path.join(__dirname, 'apps/theming/src', 'settings.js'),
+ },
twofactor_backupcodes: {
settings: path.join(__dirname, 'apps/twofactor_backupcodes/src', 'settings.js'),
},