You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We figured it out. We are setting the bin/lein file so that we can specify lein 2.9.1.
We were trying to put the run command in a build script where compiling needs to occur. The reason we put the lein run command in the build that we kept getting lein not found after it was running. So we edit the profile to use web: ./bin/lein with-profile production trampoline run
When using the bin/build script with the following
cf push returns with a timeout. Am I doing something wrong here?
The app starts and runs just fine, just getting the above error
The text was updated successfully, but these errors were encountered: