Can you do path fixing per flag?

I’m running in a monorepo and I want to do path fixing for only a specific subfolder of my monorepo, not for all of them. I have a flag per monorepo subfolder. Currently, path fixing happens to all the subfolders, can I make it happen only on one subfolder/flag?

@philippemnoel as of right now no, but I’ll put this on the product roadmap. Can you give me some more details about your setup for now? Maybe I can find a workaround.

I’ve found a workaround by doing path fixing with “path modifying” instead of “path appending” which works since only a specific folder starts with /app, but would fail if I had more folders with a similar structure in them. This would be a nice feature

1 Like