Skip to content

Commit b29ae1c

Browse files
adds uvloop to make dev
1 parent 5bcd592 commit b29ae1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121
python3 -m pytest .
2222

2323
dev:
24-
python3 -m uvicorn src:app --reload --port 3000
24+
python3 -m uvicorn src:app --reload --port 3000 --loop uvloop
2525

2626
clean:
2727
docker stop infinity-api

0 commit comments

Comments
 (0)