I am just learning to use Github Codespace for an ExpressJS application, and I have one annoying experience: as I use nodemon, each time the server reload due to file changes, codespace port will revert to private visibility. I always need to mark it as public manually before testing.
Any configuration to make this port auto public by default?