1
0
forked from jason/scj

initial build

This commit is contained in:
Jason Stedwell
2026-06-30 22:23:36 -05:00
parent 40c7897fb3
commit 7593fb46cf
112 changed files with 2522 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "scj-site",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8123", "--directory", "scj"],
"port": 8123
}
]
}