This currently isn't possible -- my understanding is that the Shiny team wants to steer users towards using app.R rather than the server.R / ui.R pair, so we made this change with that in mind.
That said, we could certainly consider providing an option to control what kind of project is created. You can also try using File -> New File -> Shiny Web App..., wherein you can choose the form of Shiny application created.