mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Adding status object in standard loadVia steps and updating it in api insert; add user timezone header to session
This commit is contained in:
@ -36,8 +36,8 @@ gumBanner "Getting dev & main branches up to date and ready"
|
||||
git checkout main && git pull && git checkout dev && git pull
|
||||
|
||||
if [ ! -e "qqq-sample-project/.env" ]; then
|
||||
dir=$(realpath qqq-sample-project)
|
||||
gumBanner "Installing .env file -- for qqq-sample-project" "Tell it your qqq is at:" "$dir"
|
||||
dir=$(realpath .)
|
||||
gumBanner "Installing .env file -- for qqq" "Tell it your qqq is at:" "$dir"
|
||||
setup-environments.sh --qqq --quiet
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user