Permet de lancer le site en local (python3 -m http.server) via l'outil de preview.
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "static-site",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["-m", "http.server", "8123"],
|
|
"port": 8123
|
|
}
|
|
]
|
|
}
|