New issue
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
ruby setup: path doesn't exist #13
Comments
|
@roberthopman this will be different depending on how you install the sample. With git clone, it'll be |
|
I fully understand, perhaps this could be mentioned in the readme for future readers, as this took me time to realise. |
|
Good idea! Thanks for the feedback and sorry for the lost time. |
cjavilla-stripe
added a commit
that referenced
this issue
Dec 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
For the ruby setup via the Stripe CLI, in
.env.example:STATIC_DIR=../../clientdoesn't exist. It should beSTATIC_DIR=../clientPlease advise.
The text was updated successfully, but these errors were encountered: