feat(teams): Register new vue-based teams widget

Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
nfebe 2025-08-16 16:02:34 +01:00
parent 545194bc94
commit f3892b075d

View file

@ -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'),