Fork me on GitHub
#shadow-cljs
<
2022-08-20
>
thheller07:08:52

@winsome you probably just want to run node-repl and use that. that has a manged node process started for you. otherwise it just means that you run whatever code that would have included your library code

🙏 1
aiba15:08:05

Is it possible to access the current build-id or build-mode at compile-time (during macroexpansion)?

thheller16:08:49

no for build-id, yes for build-mode. :shadow.build/mode in the macro &env