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
@@ -110,7 +110,7 @@ npx okai rm Table.d.ts
110
110
### Hybrid Development/Production Model
111
111
112
112
**Development Mode:**
113
-
-`dotnet watch` from MyApp starts .NET (port 5001) and Vite dev server (port 5173), accesible via `https://127.0.0.1:5173`
113
+
-`dotnet watch` from MyApp starts .NET (port 5001) and Vite dev server (port 5173), accessible via `https://127.0.0.1:5173`
114
114
- ASP.NET Core proxies requests to Vite dev server via `NodeProxy` (configured in [Program.cs](MyApp/Program.cs#L41))
115
115
- Hot Module Replacement (HMR) enabled via WebSocket proxying using `MapNotFoundToNode`, `MapViteHmr`, `RunNodeProcess`, `MapFallbackToNode` in [Program.cs](MyApp/Program.cs)
116
116
@@ -447,7 +447,7 @@ AutoQuery also matches on pluralized fields where `Ids` matches `Id` and applies
447
447
const api =client.api(newQueryBookings({ ids:[1,2,3] }))
0 commit comments