Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-18 13:27:44 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-18 14:14:10 +0300
commit3b1d69a1a3ad45a1b812c7b492e49343d6a81c99 (patch)
treeac2b4d3b5acfde4d4115e4d9d1353431ab64a8b9 /webpack.common.js
parent39789d7fbc29271fb8d94bd530bbdc9a2d4338a9 (diff)
Move turn settings to src/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 0af917e68..ad6d172ec 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -8,6 +8,7 @@ module.exports = {
'admin/commands': path.join(__dirname, 'src', 'CommandsSettings.js'),
'admin/general-settings': path.join(__dirname, 'src', 'GeneralSettings.js'),
'admin/stun-server': path.join(__dirname, 'src', 'StunServerSettings.js'),
+ 'admin/turn-server': path.join(__dirname, 'src', 'TurnServerSettings.js'),
'talk': path.join(__dirname, 'src', 'main.js')
},
output: {