commands `panacloud client` and `panacloud status` throws an error.
aamir1995 opened this issue · 1 comments
aamir1995 commented
Current Behavior:
commands panacloud client
and panacloud status
looks for ./editable_src/panacloudConfig.json
instead of ./editable_src/panacloudconfig.json
.
Expected Behavior:
- The command
panacloud client
should open GraphiQL browser instance successfully. panacloud stauts
should output schema/config status as expected.
Steps to reproduce:
- Create a new project with
panacloud init
with a default schema. - Deploy the sample project with command
npm run deploy-dev
. - Try to open the GraphiQL instance by running
panacloud client
<-- this throws an error at the moment.