File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,20 @@ dotnet watch
2525
2626## Architecture
2727
28- ![ ] ( https://github.com/ServiceStack/docs.servicestack.net/blob/main/MyApp/wwwroot/img/pages/react/next-static-info.webp )
29-
3028### Hybrid Development Approach
3129
3230** Development Mode:**
31+
32+ ![ ] ( https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/wwwroot/img/pages/react/info/react-static-dev.svg )
33+
3334- ASP.NET Core proxies requests to Vite dev server (running on port 5173)
3435- Hot Module Replacement (HMR) support for instant UI updates
3536- WebSocket proxying for Vite HMR functionality
3637
3738** Production Mode:**
39+
40+ ![ ] ( https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/wwwroot/img/pages/react/info/react-static-dev.svg )
41+
3842- Vite React app is statically exported to ` /dist `
3943- Static files served directly from ASP.NET Core's ` /wwwroot `
4044- No separate Node.js server required in production
You can’t perform that action at this time.
0 commit comments