Rely on debug compilation
parent
c9b47beb8e
commit
09707d5721
|
@ -14,8 +14,8 @@
|
|||
3000,
|
||||
9944
|
||||
],
|
||||
"preCreateCommand": "cargo build --release && cargo check",
|
||||
"postStartCommand": "./target/release/node-template --dev --ws-external",
|
||||
"preCreateCommand": "cargo build && cargo check",
|
||||
"postStartCommand": "./target/debug/node-template --dev --ws-external",
|
||||
"menuActions": [
|
||||
{"id": "polkadotjs",
|
||||
"label": "Open PolkadotJS Apps",
|
||||
|
|
Loading…
Reference in New Issue