[ADDED] biome general config and portal alias

This commit is contained in:
Daveanand Mannie
2025-04-26 18:26:38 -04:00
parent 1155ed0c4f
commit bb8dbfaeb4
4 changed files with 46 additions and 14 deletions

View File

@@ -9,4 +9,9 @@ alias fd='fdfind'
alias sudo-shell='sudo -E zsh'
# [Development]
# [Odoo]
alias erp-dev='cd ~/workspace/pg/erp/ && source venvs/odoo17/bin/activate'
alias erp-dev-server='erp-dev && cd odoo && python3 odoo-bin -c ../.odoorc --dev all'
# [portal]
alias erp-portal-server='erp-dev && cd odoo && python3 odoo-bin -c ../.portalrc --dev all'