type Environment = {
	port: number;
	host: string;
	development: boolean;
};