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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
index cad738d4292..5e8f4a962ab 100644
--- a/Procfile
+++ b/Procfile
@@ -4,4 +4,5 @@
#
web: RAILS_ENV=development bin/web start_foreground
worker: RAILS_ENV=development bin/background_jobs start_foreground
+webpack: npm run dev-server
# mail_room: bundle exec mail_room -q -c config/mail_room.yml