Files
nuchat/backend/ui/Justfile
Fergus Molloy f9047644fe
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
serve vue spa from axum
2025-07-18 01:49:28 +01:00

6 lines
53 B
Makefile

install:
npm install
build: install
npm run build