mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
feat(teams): Register new vue-based teams widget
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
parent
545194bc94
commit
f3892b075d
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
circles: {
|
||||
'teams-widget': path.join(__dirname, 'apps/circles/js', 'teams-widget.js'),
|
||||
},
|
||||
comments: {
|
||||
'comments-app': path.join(__dirname, 'apps/comments/src', 'comments-app.js'),
|
||||
'comments-tab': path.join(__dirname, 'apps/comments/src', 'comments-tab.js'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue