mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
feat(files_reminders): add webpack module
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
5ca3770fb0
commit
2089fbaf82
1 changed files with 3 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue