| 1234567891011 |
- {
- "version": "0.0.1",
- "configurations": [
- {
- "name": "api",
- "runtimeExecutable": "bash",
- "runtimeArgs": ["-c", "cd /Users/samlee/Documents/works/Create-knowledge-find-decode && PYTHONPATH=. CK_ENV_FILE=.env uv run uvicorn creation_knowledge.api:app --host 127.0.0.1 --port 8126"],
- "port": 8126
- }
- ]
- }
|