Skip to content

Instantly share code, notes, and snippets.

@spkjp
Last active June 21, 2018 15:20
Show Gist options
  • Save spkjp/f488abb15cded408e1b0d217aaf9159c to your computer and use it in GitHub Desktop.
Save spkjp/f488abb15cded408e1b0d217aaf9159c to your computer and use it in GitHub Desktop.
Ark Relay - launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Ark Relay",
"program": "${workspaceFolder}/packages/core/bin/ark",
"args": ["relay", "--config", "./lib/config/devnet", "--network", "devnet"],
"protocol": "inspector",
"cwd": "${workspaceFolder}/packages/core",
"console": "integratedTerminal"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment