Files
old-roraccounting/Procfile.dev
2019-06-22 06:39:40 +02:00

3 lines
74 B
Plaintext

web: PORT=3000 yarn --cwd client start
api: PORT=3001 bundle exec rails s