File size: 138 Bytes
5e6aba8
 
 
 
 
 
 
1
2
3
4
5
6
7
8
{
	"name": "ml",
	"private": true,
	"scripts": {
		"dev": ".venv\\Scripts\\python -m uvicorn server:app --reload --port 8000"
	}
}