export const isLocalHost = (host: string) => host === 'localhost' || host === '127.0.0.1';