9 lines
130 B
Makefile
9 lines
130 B
Makefile
run:
|
|
uv run backend/main.py --config config.toml
|
|
|
|
web-install:
|
|
npm --prefix web install
|
|
|
|
web-build:
|
|
npm --prefix web run build
|