Go to file
Amritanshu ac868257b7 Chore: Reformatted everthing
Fix: Product ledger was not totalling.
This is because for some reason, pydantic was sending the data as string when the field was nullable
2023-08-04 21:00:26 +05:30
.vscode
brewman Version Bump v11.1.3 2023-08-04 19:16:00 +05:30
docker
overlord Chore: Reformatted everthing 2023-08-04 21:00:26 +05:30
.env
.gitignore
CHANGES.md
deploy.sh
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