Okay
  Print

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, copy tsconfig.rest.json content to tsconfig.json or
  • For GraphQL copy tsconfig.graphql.json content to tsconfig.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