Files
Jason Stedwell 7593fb46cf initial build
2026-06-30 22:23:36 -05:00

12 lines
221 B
JSON

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