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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2020-08-06 11:43:26 +0300
committerJan C. Borchardt <hey@jancborchardt.net>2020-08-20 01:21:08 +0300
commit70d1d1997af5fe8d18f2d0ed06680bdbef76e304 (patch)
tree57c8e87b0737778e9fcd86a25e7b3627430c1785 /webpack.common.js
parentd8bdb439a4ed31bc3d13d11fef6c046118867d08 (diff)
new weather status used in dashboard
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 979ff6e5708..95a331afd43 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -16,6 +16,7 @@ const oauth2 = require('./apps/oauth2/webpack')
const settings = require('./apps/settings/webpack')
const systemtags = require('./apps/systemtags/webpack')
const user_status = require('./apps/user_status/webpack')
+const weather_status = require('./apps/weather_status/webpack')
const twofactor_backupscodes = require('./apps/twofactor_backupcodes/webpack')
const updatenotification = require('./apps/updatenotification/webpack')
const workflowengine = require('./apps/workflowengine/webpack')
@@ -33,6 +34,7 @@ const modules = {
settings,
systemtags,
user_status,
+ weather_status,
twofactor_backupscodes,
updatenotification,
workflowengine