Feat: Se añade carpeta .dev

This commit is contained in:
2024-03-10 16:23:28 -05:00
parent 15841efc81
commit 9cf1bcae99
6 changed files with 150 additions and 0 deletions

2
.dev/Procfile Executable file
View File

@@ -0,0 +1,2 @@
trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done
monitor: python3 $SCRIPT_DIR/dev.py