// Copyright (c) Meta Platforms, Inc. and affiliates.
export function isLocalhost() {
return process.env.HOSTNAME === 'localhost';
}