Also run neopass-server as part of `bin/dev`

Now, running `bin/dev` will also run `bin/neopass-server`, to make it
easier to Just Do It for testing NeoPass!
This commit is contained in:
Emi Matchu 2024-03-13 12:31:02 -07:00
parent 0db7d3f966
commit e04387a533
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
js: yarn dev
neopass: bin/neopass-server