Last active
August 27, 2022 14:53
-
-
Save thiagofm/3e1e946933754750d766485dc03a5a6d to your computer and use it in GitHub Desktop.
Procfile.dev for debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: rdbg -n --open=vscode -c -- bin/rails server -p 3000 | |
js: yarn build --watch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment