how can I deploy laravel with vite on the shared hosting?

76 views Asked by At

I work with Laravel 10 which uses vite and when I uploaded the project on the shared hosting it shows me an error -> Vite manifest not found at: /home/exampleuser/example/public/build/manifest.json

how can I solve it? I can't use a terminal on the hosting.

I try npm run build locally and uploaded again but it still returned this error. also, I try PHP artisan optimize:clear but it doesn't work

0

There are 0 answers