We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8165a6e commit c35be02Copy full SHA for c35be02
site/src/Main.tsx
@@ -19,6 +19,12 @@ if (process.env.NODE_ENV === "development" && process.env.INSPECT_XSTATE === "tr
19
// In the future, we'll likely bring in more bootstrapping logic -
20
// like: https://github.com/coder/m/blob/50898bd4803df7639bd181e484c74ac5d84da474/product/coder/site/pages/_app.tsx#L32
21
const main = () => {
22
+ console.info(` ▄█▀ ▀█▄
23
+ ▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
24
+ ▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
25
+█▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
26
+ ██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
27
+`)
28
const element = document.getElementById("root")
29
ReactDOM.render(<App />, element)
30
}
0 commit comments