mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add gmail integration for searching and reply to emails (#34)
* Add gmail integration for google verification * Fix npm run build
This commit is contained in:
parent
b9d1720d94
commit
6503d806c5
4 changed files with 407 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ BASE_LOG_DIR="$BASE_DIR/logs" # Base logs directory
|
|||
TIMESTAMP=$(date +"%Y%m%d_%H%M%S")
|
||||
LOG_DIR="$BASE_LOG_DIR/$TIMESTAMP" # Timestamped log directory
|
||||
LATEST_LINK="$BASE_LOG_DIR/latest" # Symlink to latest logs
|
||||
VENV_PATH="$BASE_DIR/venv"
|
||||
VENV_PATH="$(dirname "$BASE_DIR")/venv"
|
||||
|
||||
ARQ_WORKERS=${ARQ_WORKERS:-1}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue