Update devcontainer.json

main
Julien 2021-12-02 20:02:14 +01:00 committed by GitHub
parent b74af51fe2
commit 3a4044f70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",