generated from dellevin/template
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "local",
|
|
"runtimeExecutable": "npx",
|
|
"runtimeArgs": ["http-server", ".", "-p", "3000", "-c-1"],
|
|
"port": 3000
|
|
}
|
|
]
|
|
}
|