mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
dfa75621ea
This reverts commit9f3e4c48ea, reversing changes made to10412f7c85.
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
|