Can someone point me to the recommended structure for qwik that include libraries?
I have the following structure, but I am wondering if it is optimized. I am wondering if I have to add another toplevel qwik application where whould I put it.
Libraries are the directories starting with @, while the main application is the com.ehrjm folder.
So, could the libaries exist outside the main app folder since libraries are appllication themselves less router?