Remove app directive
All checks were successful
Deply fsdproject.org / Deploy-Site (push) Successful in 1s

This commit is contained in:
2026-06-24 14:30:10 -04:00
parent 6b5a56c784
commit a26e3aa9ca

View File

@@ -5,8 +5,6 @@ local u = fes.util
local site = fes.fes() local site = fes.fes()
fes.app.global.start(fes, site)
site:note(std.a("/archive/active/" .. (u.ls("archive/active")[1] or "unknown"), std.h3("Download latest?"))) site:note(std.a("/archive/active/" .. (u.ls("archive/active")[1] or "unknown"), std.h3("Download latest?")))
site:note(u.cc { site:note(u.cc {
@@ -30,6 +28,4 @@ site:note(u.cc {
std.a("/archive", "Modpack archive"), std.a("/archive", "Modpack archive"),
}) })
fes.app.global.finish(fes, site)
return site return site