Go to file
2020-12-18 14:30:11 +05:30
brewman I think that when logging in with a client which will be deleted in the later command, there was an error 2020-12-18 14:30:11 +05:30
docker/app
overlord Version bump v9.3.2 2020-12-12 10:27:49 +05:30
sql
.env
.gitignore
CHANGES.md
README.md

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