16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "static-site",
|
|
<<<<<<< HEAD
|
|
"runtimeExecutable": "C:\\Users\\justi\\AppData\\Local\\Programs\\Python\\Python312\\python.exe",
|
|
=======
|
|
"runtimeExecutable": "python",
|
|
>>>>>>> 6cea0312d23f660964b44ad3b2a6f18619d0b10b
|
|
"runtimeArgs": ["-m", "http.server", "8123"],
|
|
"port": 8123
|
|
}
|
|
]
|
|
}
|