Shop running issue for tsconfig
First of all, you have run the below two commands in the root directory.
yarn clean yarn
At first open pickbazar -> shop
Now follow the below procedure
- For
REST, copytsconfig.rest.jsoncontent totsconfig.jsonor - For
GraphQLcopytsconfig.graphql.jsoncontent totsconfig.json
Then open pickbazar -> shop -> .env and change FRAMEWORK_PROVIDER to rest for REST installation or graphql for Graphql Installation.
Now run the below commands from the root pickbazar directory
# for dev mode run below command # GraphQL yarn dev:shop-gql # REST yarn dev:shop-rest