mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
7787e457a3
This reverts commita901541269, reversing changes made toe573ca00b7.
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
web: bundle exec rails server -p 3000 -b ${HOST:="127.0.0.1"} --environment ${RAILS_ENV:="development"}
|
|
angular: npm run serve
|
|
worker: bundle exec rake jobs:work
|