1
0
forked from jason/scj
Files

12 lines
221 B
JSON
Raw Permalink Normal View History

2026-06-30 22:23:36 -05:00
{
"version": "0.0.1",
"configurations": [
{
"name": "scj-site",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8123", "--directory", "scj"],
"port": 8123
}
]
}