Now, when i try :
expo export --public-url <server-url>
I get :
Output directory /path/to/project/dist already exists. Aborting export.
But "dist" is for me a git submodule. It would be nice to erase "bundles" and "assets" directories in "dist", and write on them as on "ios-index.json" and "android-index.json". I have other files in "dist", related to Continuous Integration, and I have to keep them.
It would be easy to do it, I suppose