12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "marketing",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["-m", "http.server", "8777", "--directory", "marketing"],
|
|
"port": 8777
|
|
}
|
|
]
|
|
}
|