ever-co/gauzy
The issue has been closed
Bug: seed code deletes folders and do not recreate .gitkeep in such folders #2984
evereq posted onGitHub
The folders under /apps/api/public
got deleted during seed operations together with .gitkeep
files, e.g.
https://github.com/ever-co/gauzy/blob/develop/packages/core/src/feature/feature.seed.ts#L144
We need to figure out how to deal with it, e.g. if rimraf
can skip removing some files, or maybe we should recreate such files or maybe some other way...