This commit is contained in:
2025-08-29 09:48:13 +02:00
parent b146261432
commit 03bb86bd72
113 changed files with 113 additions and 95 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env -S v -w -n -enable-globals run
import @{name_snake}
@{name_snake}.run_http_server(
base_url: 'http://localhost:@{port}'
port: @{port}
)!