12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "scj-site",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["-m", "http.server", "8123", "--directory", "scj"],
|
|
"port": 8123
|
|
}
|
|
]
|
|
}
|