### What version of Turborepo are you using? 1.0.6 ### Describe the Bug `create-turbo` only accepts a sub-folder name, it can't initiate the project in the current folder, `.`:  ### Expected Behavior It would be nice if user could initiate monorepo in the current folder, `.` ### To Reproduce ``` npx create-turbo@latest ``` then pick `.` as the location.