How to make codespace port always public when server reload?

Viewed 13

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.

How to make it auto public?

Any configuration to make this port auto public by default?

0 Answers
Related