File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This FastAPI server provides endpoints to manage and track participants of a Zoo
23
23
24
24
``` bash
25
25
curl -LsSf https://astral.sh/uv/install.sh | sh
26
- uv venv .venv/zoom
26
+ uv venv .venv
27
27
```
28
28
29
29
The output will look like this:
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ on runBackendServer()
433
433
error " Server is already running. " & jsonOutput number -1
434
434
end if
435
435
set titleString to " \\ 033]0;" & scriptName & " Backend Server\\ 007"
436
- set cmd to " echo -n -e \" " & titleString & " \" ;cd " & topLevelDirectory & " backend; . ../.venv/zoom/ bin/activate; ./server.py; exit"
436
+ set cmd to " echo -n -e \" " & titleString & " \" ;cd " & topLevelDirectory & " backend; . ../.venv/bin/activate; ./server.py; exit"
437
437
do shell script " open -a Terminal " & topLevelDirectory
438
438
tell application " Terminal"
439
439
activate
You can’t perform that action at this time.
0 commit comments