Ionic serve resets back to the defualt app

Hi all,

the command “ionic serve” resets my app to the default starter app and not taking the updates i have done to the code,
only after I’m saving again while on serve mode, the changes appears.
this issue pops up each time I’m running the “ionic serve” command.

please advise,

Thanks!

So where are you making your changes? Sounds like you’re trying to make changes in the www, when you should be working in app/

you right!, i was editing the www folder.
thanks a lot, it was very helpful! :slight_smile: