dev configuration for api
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

This commit is contained in:
2026-03-10 22:58:21 -05:00
parent 9b6a4c75b9
commit b1865afced
4 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
# idk yet
dotnet ./api/test.cs
#dotnet ./api/test.cs
set ASPNETCORE_ENVIRONMENT=Development
dotnet run
npm run dev