Explorar o código

disable readonly only expandedjobchart

jusrhee %!s(int64=5) %!d(string=hai) anos
pai
achega
a84febeb7c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dashboard/src/index.tsx

+ 2 - 0
dashboard/src/index.tsx

@@ -1,6 +1,7 @@
 import * as React from "react";
 import * as ReactDOM from "react-dom";
 import App from "./App";
+import { H } from "highlight.run";
 
 declare global {
   interface Window {
@@ -8,4 +9,5 @@ declare global {
   }
 }
 
+H.init("y2d13lgr");
 ReactDOM.render(<App />, document.getElementById("output"));