feat(devbox): remove hway start command

This commit is contained in:
Prad Nukala 2024-10-08 00:52:27 -04:00
parent 81c800ce54
commit a8b6eead26

View File

@ -74,11 +74,6 @@
], ],
"start:testnet": [ "start:testnet": [
"make sh-testnet" "make sh-testnet"
],
"start:hway": [
"make build-nebula",
"make build-hway",
"./build/hway start"
] ]
} }
} }