Arne van Iterson
499f960ce7
Sending controls over socket.io might not be the way to go There is some lag causing the players to not be lined up on all clients
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"name": "Launch via npm",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder}",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run-script", "start"],
|
|
"port": 9229
|
|
} |