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:10:11 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-18 14:14:09 +0300
commit39789d7fbc29271fb8d94bd530bbdc9a2d4338a9 (patch)
tree9658125b6fa12b177ceb703a6877aacf98b1a10b /webpack.common.js
parent42eb6249b508f2a470d5b68cf4a1893a90c261d6 (diff)
Move stun 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 66382d121..0af917e68 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -7,6 +7,7 @@ module.exports = {
'admin/allowed-groups': path.join(__dirname, 'src', 'AllowedGroupsSettings.js'),
'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'),
'talk': path.join(__dirname, 'src', 'main.js')
},
output: {