Fork me on GitHub
#polylith
<
2022-04-20
>
Jungin Kwon06:04:53

I am working on migrating an existing project to polylith. I have so many bases that I want to put subdirectories under bases. Is this possible? like this,

/bases
   /subdirectory-1
      /base-1
      /base-2
   /subdirectory-2
      /base-3
      /base-4
I get an error when I run clojure -M:poly info command, is there any way to configure that base-n is base?

furkan3ayraktar06:04:45

Polylith offers a flat structure and does not support subdirectories for bases, components, and projects. If you want to group them, giving them a prefix could be an option.

👍 1
Jungin Kwon13:04:56

Thank you 😉

🙌 1