Lost routing when changing developer environment

I recently had a PC crash. When this happened I was able to pull the uploaded files from the server to recreate the development environment via wappler.
Everything works except routing, which was quite involved, I happen to have a htaccess file saved with the settings but how do I get these settings to populate via the wappler interface?

Can anyone point me in the correct direction for having the routing configuration in the htaccess file appear in the UI so I don’t have to recreate it from scratch?
Any changes made to the UI to update routing wipes the existing htaccess file to match what is in the UI.

I realized that the .wappler folder and the routing config file within were missing. Is there any easy way to recreate the routing file based on the htaccess file?

Check your server for hidden files,those you need will be hidden (That’s what the “.” prefix on the files does)

The hidden folder you are speaking of was not being pushed to the server when I pushed up the other files. I saw it in the bitbucker repository but that version wasn’t complete.
I seems like I will need to rebuild the routes.json file in the (hidden) .wappler folder just trying to figure out what’s the easiest way to do that, from a complete htaccess file.