fix: fixes cognee backend on windows

This commit is contained in:
hajdul88 2025-01-17 09:52:05 +01:00
parent 08c22a542a
commit 4ea01b9d30

View file

@ -30,4 +30,4 @@ if [ "$ENVIRONMENT" = "dev" ]; then
else
gunicorn -w 3 -k uvicorn.workers.UvicornWorker -t 30000 --bind=0.0.0.0:8000 --log-level error cognee.api.client:app
# python ./cognee/api/client.py
fi
fi