From 56b71bb5e7c64a6eb1521c6596e0b1134e1451a6 Mon Sep 17 00:00:00 2001 From: Robert Jelic Date: Sun, 9 Feb 2025 16:05:45 +0100 Subject: [PATCH] Test --- config.ld | 28 +++++++++------------------- src/main.lua | 1 - 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/config.ld b/config.ld index 4e8c6b8..3d62ff7 100644 --- a/config.ld +++ b/config.ld @@ -1,19 +1,9 @@ -project = "Basalt2" - -title = "Basalt2 Documentation" - -description = "A powerful UI Framework for ComputerCraft" - -dir = "docs" - -style = "!pale" - -format = "markdown" - -file = "src" - -all = true - -template = true - -pretty = true +project="Basalt2"; +title="Basalt2 Documentation"; +description="A powerful UI Framework for ComputerCraft"; +dir="docs"; +style="!pale"; +format="markdown"; +file="src"; +all=true; +template=true \ No newline at end of file diff --git a/src/main.lua b/src/main.lua index e720a9f..6574f2c 100644 --- a/src/main.lua +++ b/src/main.lua @@ -112,6 +112,5 @@ function basalt.run(isActive) end end end -basalt.autoUpdate = basalt.run return basalt \ No newline at end of file