Where is my public folder?

I have this in my config_en.toml :

publishdir = "public/en"

but looking around my project folder after running
hugo server --buildDrafts --config=config_en.toml

the public folder is nowhere I can find.

I found the answer:

hugo server renders to memory (by default). Try just hugo.