Integration with Talk. You can save a message as a note to remind yourself.

This commit is contained in:
Matias De lellis
2022-05-26 11:24:34 -03:00
parent b6db15d8d2
commit 251e943e46
7 changed files with 97 additions and 5 deletions

View File

@@ -2,7 +2,8 @@ const path = require('path')
const webpackConfig = require('@nextcloud/webpack-vue-config')
webpackConfig.entry = {
dashboard: { import: path.join(__dirname, 'src', 'dashboard.js') }
dashboard: { import: path.join(__dirname, 'src', 'dashboard.js') },
talk: { import: path.join(__dirname, 'src', 'talk.js') }
}
module.exports = webpackConfig