Is anyone deploying a shadow-cljs app on heroku? it would seem that java is no longer available in the nodejs buildpack and I've been struggling to find a way to build/deploy my app
Fair enough
found a solution. Instead of using the heroku/clojure buildpack as the first buildpack, I replaced it with heroku/jvm
I generally just build on my machine and just deploy the generated .js files as a normal static file. no server side build involved. just makes everything simpler.