ToolJet/Procfile.dev

3 lines
64 B
Text
Raw Normal View History

2021-04-29 06:26:13 +00:00
backend: bin/rails s -p 3000
frontend: cd frontend && npm start