ViteDeployOn this pageDeploy Build Push to Git Build vite build Push to Git git init git add .git commit -m "first commit"git branch -M main git remote add origin https://github.com/weili0505/myapp.gitgit push -u origin main