🎉 [homedemo] Saca pág. demo de inicio de PageTop

This commit is contained in:
Manuel Cillero 2023-02-04 20:50:39 +01:00
parent c4aef7e2fa
commit 2134d4955b
18 changed files with 74 additions and 19 deletions

View file

@ -0,0 +1,3 @@
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "homedemo", None)
}