aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.modules.js
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-11-07 18:20:49 -0800
committerChristopher Ng <chrng8@gmail.com>2023-11-15 17:13:14 -0800
commitb4b5612d7c527c77b4b1484b0c4761749796a13f (patch)
tree583362eede32be90611bb3a813faec937b04acfa /webpack.modules.js
parente1a934d90ccfb464db2aa0c2d0fc8b026e36a680 (diff)
downloadnextcloud-server-b4b5612d7c527c77b4b1484b0c4761749796a13f.tar.gz
nextcloud-server-b4b5612d7c527c77b4b1484b0c4761749796a13f.zip
chore(systemtags): Replace php markup with vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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 668403fb37a..d749f13b81f 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -103,6 +103,7 @@ module.exports = {
},
systemtags: {
init: path.join(__dirname, 'apps/systemtags/src', 'init.ts'),
+ admin: path.join(__dirname, 'apps/systemtags/src', 'admin.ts'),
},
theming: {
'personal-theming': path.join(__dirname, 'apps/theming/src', 'personal-settings.js'),