-
I noticed that running the hello world Is there a way to change this behavior so these files are created elsewhere? Perhaps with an environment variable or CLI flag? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You can configure |
Beta Was this translation helpful? Give feedback.
You can configure
:maven {:local-repo "foo"}
inshadow-cljs.edn
to use thefoo
directory in your project folder. It is however common to keep the.m2
directory since multiple projects may share these files.