Go to file
Amritanshu 43cb697737 Chore: Upgraded from psycopg2 to psycopg3
This will also change the connection strings.
Chore: Removed usage of deprecated datetime.datetime.utcnow()
2024-04-30 11:29:00 +05:30
.vscode
brewman Chore: Upgraded from psycopg2 to psycopg3 2024-04-30 11:29:00 +05:30
docker Chore: Upgraded from psycopg2 to psycopg3 2024-04-30 11:29:00 +05:30
overlord
.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