Seeing this screen for a long time on Cloudflare or Netlify?
If you dragged and dropped your files to deploy, you need to upload the compiled dist folder, not the source code folder.
How to fix:
1. Connect your GitHub repository instead of drag-and-drop. Cloudflare/Netlify will build it automatically.
2. Build Command: npm run build
3. Publish/Output Directory: dist