Go to file
2023-08-07 12:47:57 +05:30
.vscode
brewman Fix: Fingerprint was ignoring the time aspect which is obviously very important 2023-08-07 12:47:57 +05:30
docker
overlord Version Bump v11.1.8 2023-08-07 10:58:49 +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