Where is WWW folder

Hi I am following the ionic forum guide and ran ionic build. There is no www folder and index.html is under public. My version of ionic is 6.17.1. Having trouble with deployment and www folder seems to be important but I can’t find it

Are u using angular?

Ionic angular does not create a public folder at any given time. So if u used this, did u also do something else?

Maybe run a clean project and then ionic build directly?

I dont know about vue or react

Each framework uses a different build folder, Capacitor should be able to detect which one of them and set it as the webDir.
It’s www for angular and build for react, not sure about vue.

I am using vue, but it seems like it wasn’t required