@alexVillalobos said in How prevent error vite manifest on custom theme:
@Rishabh-Webkul Once the changes have been made and compiled with npm run build then why should I have npm run dev up? Yes, in theory I already have the change in the build. I am referring to already having everything customized because I should continue maintaining npm run dev. Yes with the build. I would avoid that, since on the production server I should not execute this command
I already deployed in production but I have the same problem with the vite manifest, in production it is not valid to use npm run dev since it is for the development environment, any idea, because I did the vendor:publish --force and I also ran npm run build but it keeps requesting he vite manifested.
At this point is it also required to keep npm run dev on the air?