mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Integration with Talk. You can save a message as a note to remind yourself.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user