Update devcontainer.json
parent
b74af51fe2
commit
3a4044f70c
|
@ -14,7 +14,7 @@
|
||||||
3000,
|
3000,
|
||||||
9944
|
9944
|
||||||
],
|
],
|
||||||
"preCreateCommand": ["cargo build", "cargo check"],
|
"onCreateCommand": ["cargo build", "cargo check"],
|
||||||
"postStartCommand": "./target/debug/node-template --dev --ws-external",
|
"postStartCommand": "./target/debug/node-template --dev --ws-external",
|
||||||
"menuActions": [
|
"menuActions": [
|
||||||
{"id": "polkadotjs",
|
{"id": "polkadotjs",
|
||||||
|
|
Loading…
Reference in New Issue