Check missing config.json
Expected Behavior
It would be ideal to have some kind of warning when starting leon that X package has no config.json file.
Actual Behavior
The package silently doesn't work.
Proposal
If possible it would be great to add some sort of check when initializing the packages. It would be even better if the check could go look inside the file and check that all modules are set.
âž¡ /bin/sh -c pipenv run python bridges/python/main.py scripts/assets/query-object.json
✖ Error: Command failed: /bin/sh -c pipenv run python bridges/python/main.py scripts/assets/query-object.json
Traceback (most recent call last):
File "bridges/python/main.py", line 20, in
This check is not performed when npm start is run. And even if it's performed, it's not propagated through.
ok, thank you!