Vite "npm run build" creates files in the public directory of development environment as follows:
-build
---- assets
--------app.css
--------app.js
----manifest.json
----index.php
----robots.txt
----.htaccess
I do not understand where to put these files on production server (Apache).
Also, I do not understand how these files relates to Laravel deployment.
I have searched Stackoverflow and the web, but mainly I found deployment descriptions for automated deployments involving third party services (Heroku, Digitalocean etc.).