Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Update Server Terminal Ascii Art #28

Merged
merged 3 commits into from
Nov 2, 2022
Merged

Update Server Terminal Ascii Art #28

merged 3 commits into from
Nov 2, 2022

Conversation

arniebradfo
Copy link
Collaborator

Description

This adds RedEye branding the server terminal window

Motivation and context

Branding provides a sense of professionalism, unification, cohesion to the different parts of the RedEye tool.

Testing

Should the art only display in production. I've commented out a conditional in https-server.ts that limits this.

Screenshots

Screen Shot 2022-11-01 at 1 36 51 PM

@@ -31,7 +31,8 @@ const serverStartLogs = async (ctx: ServerMachineContext, clientUrl?: string): P

const logLine: string[] = [``];

if (ctx.config.production) logLine.push(asciiArt);
// if (ctx.config.production)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoldingAustin is this okay, or should it be changed back?

@GoldingAustin GoldingAustin self-requested a review November 2, 2022 06:00
@GoldingAustin GoldingAustin merged commit 8ac20a0 into develop Nov 2, 2022
@GoldingAustin GoldingAustin deleted the ascii-logo branch November 2, 2022 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants