shadow-cljs

2025-02-19T00:55:45.597639Z

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

2025-02-19T23:35:22.879959Z

Fair enough

2025-02-19T01:11:18.436619Z

found a solution. Instead of using the heroku/clojure buildpack as the first buildpack, I replaced it with heroku/jvm

thheller 2025-02-19T07:57:00.365379Z

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.