зеркало из https://github.com/nextcloud/spreed.git
Move collection integration to src/
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
5bddf8fb80
Коммит
5eb8df28a0
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -22,6 +22,7 @@
|
|||
"nextcloud-axios": "^0.2.1",
|
||||
"nextcloud-router": "0.0.9",
|
||||
"nextcloud-vue": "^0.12.3",
|
||||
"nextcloud-vue-collections": "^0.5.6",
|
||||
"vue": "^2.6.10",
|
||||
"vue-contenteditable-directive": "^1.2.0",
|
||||
"vue-fragment": "^1.5.1",
|
||||
|
|
|
@ -10,6 +10,8 @@ module.exports = {
|
|||
'admin/signaling-server': path.join(__dirname, 'src', 'SignalingServerSettings.js'),
|
||||
'admin/stun-server': path.join(__dirname, 'src', 'StunServerSettings.js'),
|
||||
'admin/turn-server': path.join(__dirname, 'src', 'TurnServerSettings.js'),
|
||||
'collections': path.join(__dirname, 'src', 'collections.js'),
|
||||
'collectionsintegration': path.join(__dirname, 'src', 'collectionsintegration.js'),
|
||||
'talk': path.join(__dirname, 'src', 'main.js')
|
||||
},
|
||||
output: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче