Firstly, thank you for an excellent product, local by flywheel is fantastic. My only gripe, I can’t believe it defaults to using a folder with a space in it (“Local Sites”). After a day and a half of setting up and importing my site, I’ve just realized this space is causing issues with git and my IDE. I’m thinking I’m going to have to go through this whole process again! Why would you default it to a folder with a space in it?
If you’re on windows you can just use mklink to link it to a folder without a space, no remapping required it just works as is.
Quit local flywheel
Change folder name from ‘Local Sites’ to ‘Local Sites2’
Administrator CMD
Mklink /J “C:\Users\YOUR USER HERE\Local Sites” “C:\Users\YOUR USER HERE\LocalSites”
Make new folder “LocalSites”
Move all contents from ‘Local Sites2’ to ‘LocalSites’
Start local flywheel and turn on your sites