rebase
This commit is contained in:
commit
e2f472d802
83 changed files with 6338 additions and 0 deletions
5
scripts/prefetch.ts
Normal file
5
scripts/prefetch.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Github, PFFS } from "./components"
|
||||
|
||||
Github.readFile("KalmeMarq", "Bugrock-JSON-UI-Schemas", "main", "ui.schema.json").then(data => {
|
||||
PFFS.writeFile("ui.schema.json", data)
|
||||
})
|
||||
Reference in a new issue