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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index 82d3998e881..81486df86eb 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -80,6 +80,7 @@ module.exports = {
'vue-settings-personal-info': path.join(__dirname, 'apps/settings/src', 'main-personal-info.js'),
'vue-settings-personal-security': path.join(__dirname, 'apps/settings/src', 'main-personal-security.js'),
'vue-settings-personal-webauthn': path.join(__dirname, 'apps/settings/src', 'main-personal-webauth.js'),
+ 'legacy-admin': path.join(__dirname, 'apps/settings/src', 'admin.js'),
},
systemtags: {
systemtags: path.join(__dirname, 'apps/systemtags/src', 'systemtags.js'),