fix: fixes cognee backend on windows
This commit is contained in:
parent
08c22a542a
commit
4ea01b9d30
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue