i got following error in after deployment of laravel php web on render :
Vite manifest not found at: /var/www/html/public/build/manifest.json (View: /var/www/html/resources/views/layouts/app.blade.php) (View: /var/www/html/resources/views/layouts/app.blade.php)
as i found that npn run build will solve this issue but how to command in render as there is no console in free version so can you plz help i have only free version .
I just published a tutorial on deploying Laravel 10 on Render, you can see how I use npm run build in my Dockerfile. The tutorial includes adding Memcached too, but you can just ignore that bit.