Sage 11: Images are not copied from resources/images to public/build w/ Vite when running npm run build

I get nothing in the manifest, no errors, and no images are copied over. What should I be looking for that might impact this? This is just images btw. I still get app.js/css and editor.js/css being built. Vite config is standard beyond changing the

I’m using Bedrock as well. I can drop some things in here, but not sure what to start with.

theme in the base path.

Do you have sage/resources/js/app.js at 0bc81f1d0757810e98b6cab9c564148335f97699 · roots/sage · GitHub ?

OMG, somehow I must have deleted that when adding to that file. THANK YOU!! That fixed it.

Actually images moved, but Vite::asset isn’t pulling them in any longer. The filenames align with the manifest.

Scratch that. Actually all good.