Skip to content
Snippets Groups Projects
Unverified Commit 5dc7853c authored by Julien Eluard's avatar Julien Eluard Committed by GitHub
Browse files

Added nicer commands

parent 17aec8ce
No related branches found
No related tags found
No related merge requests found
{
"name": "Substrate Node template",
"context": "..",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"lldb.executable": "/usr/bin/lldb"
......@@ -13,5 +14,7 @@
3000,
9944
],
"preCreateCommand": "cargo build --release && cargo check",
"postStartCommand": "./target/release/node-template --dev --ws-external",
"image": "paritytech/substrate-playground-template-node-template:sha-c9fda53"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment