Go to file
2022-06-07 18:30:39 +05:30
brewman Added the inventory information for ansible in the project and made it so that the file is only run once. 2022-06-07 18:30:39 +05:30
docker Added the inventory information for ansible in the project and made it so that the file is only run once. 2022-06-07 18:30:39 +05:30
overlord Version Bump v10.4.1 2022-05-10 00:46:45 +05:30
.env
.gitignore
CHANGES.md
deploy.sh Added the inventory information for ansible in the project and made it so that the file is only run once. 2022-06-07 18:30:39 +05:30
lint.sh Fix: Rebase 2022-05-09 23:56:51 +05:30
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