Development-time tooling for SimpleModule, including Vite dev watch and diagnostics.
dotnet add package SimpleModule.DevToolsDevTools is automatically included when you reference SimpleModule.Hosting. During development, it provides:
npm run dev
# Starts ASP.NET backend + Vite watch for all modules- Vite dev watch service -- auto-rebuilds module frontend assets on file changes
- Diagnostics -- development-time health checks and module status reporting
- Hot reload support -- works with .NET hot reload and Vite HMR