fix: serve built frontend from backend

This commit is contained in:
2026-04-03 01:22:30 +03:00
parent 3eabd3238f
commit b3723b2167
2 changed files with 47 additions and 5 deletions

View File

@@ -13,6 +13,9 @@ frontend-dev:
frontend-build:
npm --prefix apps/web run build
full-build:
npm --prefix apps/web run build
go test ./...
dev:
@echo "Run backend and frontend in separate terminals."