You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure-tools
I'm trying to over-ride the standard cljs.user with my own version so when the repl starts up I have access to what I want without having to switch namespaces. I do this fine with a clojure project via
:repl-options {:init-ns cljs.user}
in my project.clj
Can we do something similar for a clojurescript project using figwheel?