I am trying to deploy a vite + vuejs3 + vue-router, the first deployment before installing vue-router works fine, but after installing vue-router and creating a route the deployment fails.
I have solved my problem, and I am sorry, but checking my repository in git I realized that the router folder did not exist but locally it did, for some reason it was not part of the commit when I did the deployment.