I just installed Shiny server on a machine and it works great with Shiny apps in the server.R/ui.R format. However, some users of the server prefer writing Shiny apps in Quarto and I can't figure how to make Shiny server recognize these apps.
The server is set up so that each user can publish apps by creating a folder in ~/ShinyApps/, but putting the .qmd file in a folder in said directory doesn't work.