Version Control for the frontend changes

Maybe I am missing something, but I can’t find a way to have version control for changes we make on the frontend side. In the backend, we can just push the code to a repo and that will fix it. Is there a way I can at least take back up using export or a similar button for the frontend changes?

1 Like

Hi @BK42,

Sadly, there is currently no frontend side version control. That is definitely something we have in mind, and will exist in the futur.
However, the “Copy Layout” feature allow you to copy configuration between environment, available in the “Environment” tabs of your project settings. That should definitely do the trick to avoid re-doing all your frontend configuration on multiple environments.

Hope that helps

2 Likes