Skip to content

Commit 2acb238

Browse files
committed
feat[pyproject.toml]: add API and dashboard run commands
1 parent 76e7b57 commit 2acb238

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ lint = "ruff check ."
3737
run = "python -m src.pokemon_unite_meta_analysis"
3838
coverage = "pytest --cov=src --cov-report=xml --cov-report=html --cov-fail-under=90"
3939
cli = "python -m cli"
40+
api = "uvicorn api.main:app --reload"
41+
dashboard = "streamlit run src/dashboard/dashboard.py"
4042

4143
[tool.coverage.run]
4244
omit = [

0 commit comments

Comments
 (0)