Are there any differences worth noting between this g8 template repository and specifically the [vite-end-state](https://github.com/sjrd/scalajs-sbt-vite-laminar-chartjs-example/tree/scalajs-vite-end-state) branch from the [Getting Started with Scala.js and Vite](https://www.scala-js.org/doc/tutorial/scalajs-vite.html) guide? As I only want a basic vite.js app without Laminar or Scalably typed, I think the single command ```shell sbt new scala-js/vite.g8 ``` would be easier than running ```shell git clone https://github.com/sjrd/scalajs-sbt-vite-laminar-chartjs-example mv scalajs-sbt-vite-laminar-chartjs-example my-project-name cd my-project-name git switch scalajs-vite-end-state rm -rf .git ``` But I want to confirm that the end results will be equivalent. Thanks!