Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppaihack
/
Team13.4
like
0
Sleeping
App
Files
Files
Community
7ad11ea
Team13.4
/
Makefile
Xmaster6y
initial setup
ab8b5a4
2 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
.PHONY dev:
dev:
@echo
"Starting the application..."
@uv
run uvicorn api.main:app
--reload
.PHONY
start
:
start
:
@echo
"Starting the application..."
@uv
run uvicorn api.main:app
--host 0.0.0.0 --port 8000