...
This commit is contained in:
1
examples/web/.gitignore
vendored
1
examples/web/.gitignore
vendored
@@ -6,3 +6,4 @@ markdown_example0
|
||||
doctree_example
|
||||
tree_scan
|
||||
*.dSYM
|
||||
ui_demo
|
||||
|
||||
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user