Remove app directive
All checks were successful
Deply fsdproject.org / Deploy-Site (push) Successful in 1s
All checks were successful
Deply fsdproject.org / Deploy-Site (push) Successful in 1s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user