DU4L / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
GNU General Public License v3.0
0 stars 0 forks source link

Use yarn workspaces #46

Closed JM-Lemmi closed 2 years ago

JM-Lemmi commented 2 years ago

https://classic.yarnpkg.com/lang/en/docs/workspaces/

All your project dependencies will be installed together, giving Yarn more latitude to better optimize them.

frereit commented 2 years ago

I don't think this fits well with the structure of the containers.

The API and Frontend are seperate by design, this would require that they have a shared volume. I personally think it's not really useful enough to justify giving up the clean separation of api/frontend

JM-Lemmi commented 2 years ago

Alright.