Sometimes I need to make a small static file available via a web URL. For example, to communicate pieces of information about the environment to clients, such as the Cognito login URL they need to use, I make a /config.mjs or similar with that information. The client then knows where to find this information and can fetch it when it needs to.