Files
atomsync/build.edn
Florian Schroedl 7b0b320a76 fix: disable browser REPL preload that blocks script loading
The default ClojureScript build includes clojure.browser.repl.preload
which tries to connect to a REPL server on load. When no REPL is
running, this blocks the goog.require chain and the app never
initializes (stuck on "Loading from local store").

Set :preloads [] and :browser-repl false in build.edn.
2026-04-04 18:21:53 +02:00

217 B