Scripts: automatically download statistics every day and upload them, remove dependency on github

This commit is contained in:
Pieter Vander Vennet 2025-02-06 00:47:06 +01:00
parent d844434267
commit 321c55e0d2
3 changed files with 5 additions and 11 deletions

View file

@ -1,11 +1,5 @@
import StatusGUI from "./Status/StatusGUI.svelte"
export default class StatusGui {
public setup() {
new StatusGUI({
target: document.getElementById("main"),
})
}
}
new StatusGui().setup()
new StatusGUI({
target: document.getElementById("main")
})