aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.modules.js
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-08-02 19:15:01 -0700
committerChristopher Ng <chrng8@gmail.com>2023-08-09 10:41:18 -0700
commit2089fbaf82c748fc5d64491635e9929c262f3b85 (patch)
treef76e9cf9748c5ed9545eff46b613a60c50a89370 /webpack.modules.js
parent5ca3770fb0e252e4ca9ec12c221202da9b666ad6 (diff)
downloadnextcloud-server-2089fbaf82c748fc5d64491635e9929c262f3b85.tar.gz
nextcloud-server-2089fbaf82c748fc5d64491635e9929c262f3b85.zip
feat(files_reminders): add webpack module
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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 31c12f09fb2..d70817884a3 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -57,6 +57,9 @@ module.exports = {
files_external: {
main: path.join(__dirname, 'apps/files_external/src', 'main.ts'),
},
+ files_reminders: {
+ main: path.join(__dirname, 'apps/files_reminders/src', 'main.ts'),
+ },
files_sharing: {
additionalScripts: path.join(__dirname, 'apps/files_sharing/src', 'additionalScripts.js'),
collaboration: path.join(__dirname, 'apps/files_sharing/src', 'collaborationresourceshandler.js'),