Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Dec 5, 2023
1 parent 746cb0c commit d5a2462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ xxx: ## Things that require attention
@grep -nR --color=always --before-context=2 --after-context=2 XXX $(MAIN)

serve: ## Run the server
uvicorn --lifespan on --log-level warning --reload $(MAIN):uvicorn
uvicorn --lifespan on --log-level warning --reload $(MAIN).vnstore:server

lock: ## Lock dependencies
poetry lock
Expand Down

0 comments on commit d5a2462

Please sign in to comment.