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:
authorChristopher Ng <chrng8@gmail.com>2021-10-14 11:28:54 +0300
committerChristopher Ng <chrng8@gmail.com>2021-10-19 07:59:36 +0300
commit3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e (patch)
tree5519fb218db5daa3d0e16198f600d5646f7d0b1a /core/webpack.js
parent309354852f12ae88d5eef05d311d6ebcba8ee762 (diff)
Profile frontend
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/webpack.js')
-rw-r--r--core/webpack.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/webpack.js b/core/webpack.js
index 9c501ede414..7cac738db53 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -35,6 +35,7 @@ module.exports = [
install: path.join(__dirname, 'src/install.js'),
login: path.join(__dirname, 'src/login.js'),
main: path.join(__dirname, 'src/main.js'),
+ profile: path.join(__dirname, 'src/profile.js'),
maintenance: path.join(__dirname, 'src/maintenance.js'),
recommendedapps: path.join(__dirname, 'src/recommendedapps.js'),
'unified-search': path.join(__dirname, 'src/unified-search.js'),