Files
herolib/libarchive/baobab/generator/templates/run_http_server.vsh.template
2025-08-29 09:48:13 +02:00

8 lines
161 B
Plaintext
Executable File

#!/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}
)!