diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-02-05 01:56:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 01:56:01 +0100 |
commit | 30e7489098003bbbbe9863b269872753f71ff462 (patch) | |
tree | 55e636c0da25928a536fc164af774c74d61468f3 /webpack.modules.js | |
parent | 88ded737ce61a7d05f871ab6c79281baa04b8cff (diff) | |
parent | 1ac1b1b5935e2cf33709e9607bf65c06ceea447c (diff) | |
download | nextcloud-server-30e7489098003bbbbe9863b269872753f71ff462.tar.gz nextcloud-server-30e7489098003bbbbe9863b269872753f71ff462.zip |
Merge pull request #30993 from nextcloud/fix/delegation-js-dist
Fix JS for delegation admin not being generated
Diffstat (limited to 'webpack.modules.js')
-rw-r--r-- | webpack.modules.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js index 9fdef9d570b..cfa2ec31914 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -73,6 +73,7 @@ module.exports = { settings: { 'vue-settings-apps-users-management': path.join(__dirname, 'apps/settings/src', 'main-apps-users-management.js'), 'vue-settings-admin-security': path.join(__dirname, 'apps/settings/src', 'main-admin-security.js'), + 'vue-settings-admin-delegation': path.join(__dirname, 'apps/settings/src', 'main-admin-delegation.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'), 'vue-settings-nextcloud-pdf': path.join(__dirname, 'apps/settings/src', 'main-nextcloud-pdf.js'), |