When creating a Basic App in the directory with another shiny app, the files get overridden. When creating a Dashboard or something else, I get the proper error message. Error: Can't create new files because the following files already exist in the destination directory:
Steps:
shiny create
- Select
Basic App
- Select
Yes for Shiny Express
- pick a destination directory
- Edit the app.py file that is created
shiny create again
- Select
Basic App
- Select
Yes for Shiny Express
- pick the same destination directory as # 4
- See the edits for app.py were overridden