12 lines
178 B
JSON
12 lines
178 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "webcam",
|
|
"runtimeExecutable": "node",
|
|
"runtimeArgs": ["server.js"],
|
|
"port": 8444
|
|
}
|
|
]
|
|
}
|