@echo off echo Building frontend... cd frontend call npm run build cd .. echo Building server... go build -ldflags="-H windowsgui" -o RentalManager.exe ./cmd/server echo Done: RentalManager.exe