feat(core): add install
All checks were successful
Build and Publish Docker Image / Build App Image (push) Successful in 22s
Build and Publish Docker Image / Build Summary (push) Successful in 3s

This commit is contained in:
2026-07-25 19:53:17 +02:00
parent 14b39efe3b
commit 94b885aedb

View File

@@ -1,4 +1,9 @@
.PHONY: dev_back dev_front dev docker docker-build .PHONY: install dev_back dev_front dev docker docker-build
# Installe les dependances backend + frontend (a refaire par worktree)
install:
uv sync
cd frontend && npm install
# Backend avec auto-reload uvicorn # Backend avec auto-reload uvicorn
dev_back: dev_back: