This commit is contained in:
2025-08-08 21:36:46 +02:00
parent fd195f0824
commit a34b8b70ba
13 changed files with 1928 additions and 57 deletions

View File

@@ -6,3 +6,4 @@ markdown_example0
doctree_example
tree_scan
*.dSYM
ui_demo

Binary file not shown.

View File

@@ -1,13 +0,0 @@
module main
import freeflowuniverse.herolib.web.ui
fn main() {
println('Starting UI demo server on port 8080...')
println('Visit http://localhost:8080 to see the admin interface')
ui.start(
title: 'Demo Admin Panel'
port: 8080
)!
}

Binary file not shown.