12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "portal-static",
|
|
"runtimeExecutable": "python",
|
|
"runtimeArgs": ["-m", "http.server", "8099", "--directory", "public"],
|
|
"port": 8099
|
|
}
|
|
]
|
|
}
|