You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ npx okai rm Table.d.ts
85
85
### Hybrid Development/Production Model
86
86
87
87
**Development Mode:**
88
-
-`dotnet watch` from MyApp starts .NET (port 5001) and Angular dev server (port 4200), accesible via `https://127.0.0.1:4200`
88
+
-`dotnet watch` from MyApp starts .NET (port 5001) and Angular dev server (port 4200), accessible via `https://127.0.0.1:4200`
89
89
- ASP.NET Core proxies requests to Angular dev server via `NodeProxy` (configured in [Program.cs](MyApp/Program.cs#L41))
90
90
- Hot Module Replacement (HMR) enabled via WebSocket proxying using `MapNotFoundToNode`, `MapViteHmr`, `RunNodeProcess`, `MapFallbackToNode` in [Program.cs](MyApp/Program.cs)
91
91
@@ -390,7 +390,7 @@ AutoQuery also matches on pluralized fields where `Ids` matches `Id` and applies
390
390
const api =client.api(newQueryBookings({ ids:[1,2,3] }))
0 commit comments