We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy fix though: change Procfile.dev ->
web: bundle exec rails server -p 3000 css: bundle exec rails dartsass:watch
Without this it complains about 16:26:48 web.1 | /usr/bin/env: ‘ruby\r’: No such file or directory which is just a line ending issue with WSL2
16:26:48 web.1 | /usr/bin/env: ‘ruby\r’: No such file or directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Easy fix though:
change Procfile.dev ->
Without this it complains about
16:26:48 web.1 | /usr/bin/env: ‘ruby\r’: No such file or directory
which is just a line ending issue with WSL2The text was updated successfully, but these errors were encountered: