server only directive which protects env variables from being exposed on the client by accident. use server is more for the developer to explicitly see that it's running on a server, and multiple server actions with use server can call each other and it's still one lambda call right?