mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-10 09:45:44 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e888e8e22 |
+4
-2
@@ -1,8 +1,10 @@
|
||||
import { initLogger } from "./utils/logger";
|
||||
|
||||
void initLogger();
|
||||
|
||||
const rootElement = document.getElementById("root");
|
||||
if (rootElement) {
|
||||
rootElement.textContent = "Firelink startup control";
|
||||
}
|
||||
|
||||
requestAnimationFrame(() => {
|
||||
void initLogger();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user