Go to file
2022-01-06 16:16:13 +05:30
brewman Fix: Client router failed as not all fields were populated and the right config for missing 2022-01-06 16:16:13 +05:30
docker Docker and ansible files needed to deploy the project. 2021-11-23 09:56:36 +05:30
overlord Version Bump v10.3.2 2021-12-26 06:58:20 +05:30
sql
.env
.gitignore
CHANGES.md
deploy.sh Fix: Client router failed as not all fields were populated and the right config for missing 2022-01-06 16:16:13 +05:30
lint.sh
README.md
version_bump.sh

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install