V4 cli - ionic serve deploys where?

seriously, dumb question, but where are the outputs files of ionic serve deployed/generated?

at least on my mac, not anymore under www

or…is it possible that there aren’t any files any more doing ionic serve respectively that the angular cli serve data in memory?

Update yep I guess, no more output files on serve

In v4 the CLI just uses the Angular CLI for serving the application. You’ll notice in the console it’ll reference ng serve. Which those files are actively stored in-memory.

1 Like

yep thx it’s what I figured out afterward too