Skip to content
Snippets Groups Projects
Unverified Commit 8370ddd6 authored by Julien's avatar Julien Committed by GitHub
Browse files

Rely on latest syntax

parent f2992364
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
3000, 3000,
9944 9944
], ],
"preCreateCommand": "cargo build && cargo check", "preCreateCommand": ["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",
......
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