chore: Comment the web ui package

This commit is contained in:
Mahmoud-Emad
2025-08-21 13:10:44 +03:00
parent 35eee2dcad
commit 27c8c06cdb
5 changed files with 901 additions and 901 deletions

View File

@@ -1,13 +1,13 @@
#!/usr/bin/env -S v -n -w -gc none -cg -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.web.ui
// import freeflowuniverse.herolib.web.ui
fn main() {
println('Starting UI test server on port 8080...')
println('Visit http://localhost:8080 to see the admin interface')
// fn main() {
// println('Starting UI test server on port 8080...')
// println('Visit http://localhost:8080 to see the admin interface')
ui.start(
title: 'Test Admin Panel'
port: 8080
)!
}
// ui.start(
// title: 'Test Admin Panel'
// port: 8080
// )!
// }