...
This commit is contained in:
7
libarchive/baobab/generator/templates/run_http_server.vsh.template
Executable file
7
libarchive/baobab/generator/templates/run_http_server.vsh.template
Executable 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}
|
||||
)!
|
||||
Reference in New Issue
Block a user