In my laravel app, i ran “npm run build” and the build was successful but when opened the app i got:
Unable to locate file in Vite manifest
which means that i still have to use “npm run dev”
Why is this and how can i fix it?
In my laravel app, i ran “npm run build” and the build was successful but when opened the app i got:
Unable to locate file in Vite manifest
which means that i still have to use “npm run dev”
Why is this and how can i fix it?