Run node index.js, not the deleted bluetooth service.
This commit is contained in:
parent
0272ca21f6
commit
e2b3d86f31
2
dev.sh
2
dev.sh
|
@ -8,7 +8,7 @@ jq -r ".apps[0].env | keys[]" ./process.json | while read key ; do
|
|||
echo -n "$(jq ".apps[0].env.$key" ./process.json)" >> run_dev.sh
|
||||
echo -n "\" ">> run_dev.sh
|
||||
done
|
||||
echo -n " node services/bluetooth" >> run_dev.sh
|
||||
echo -n " node ." >> run_dev.sh
|
||||
|
||||
#cat run_dev.sh
|
||||
sh run_dev.sh
|
Loading…
Reference in New Issue