precompile on startup

This commit is contained in:
udo
2022-01-31 00:42:16 +00:00
parent 3a9dfba86c
commit 0a6ebc60f0
31 changed files with 930 additions and 62 deletions
+2 -5
View File
@@ -1,10 +1,7 @@
#load "config/settings.uce"
#load "lib.uce"
#load "lib/site.uce"
RENDER()
{
<>
Hello world23
<?= bla("!x") ?>
</>
render_file("pages/page.html.uce");
}