Fix runtime logging and frontend app regressions
This commit is contained in:
@@ -29,13 +29,6 @@ else
|
||||
echo -e "${YELLOW}Warning: .env file not found${NC}"
|
||||
fi
|
||||
|
||||
# Check required environment variables
|
||||
if [ -z "$OPENAI_API_KEY" ]; then
|
||||
echo -e "${RED}Error: OPENAI_API_KEY not set${NC}"
|
||||
echo "Please set it in .env file or environment"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd /Users/cillin/workspeace/evotraders
|
||||
PIDS=()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user