Files
agologum/scripts/execute_all.sh
Blitblank b1865afced
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
Build and Deploy API / build-and-deploy (push) Successful in 11s
dev configuration for api
2026-03-10 22:58:21 -05:00

10 lines
98 B
Bash
Executable File

# idk yet
#dotnet ./api/test.cs
set ASPNETCORE_ENVIRONMENT=Development
dotnet run
npm run dev