I need to rely on server name in /etc/hostname for some of my projects.
So, does that stays same even when Glitch Node.js App comes online from sleep mode?
For instance, I am using require("os").hostname() to check whether I am on Glitch or my production server.