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