Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:06 +08:00
commit d2bfd5d1cd
4 changed files with 428 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "blazor-development",
"description": "Blazor component lifecycle patterns, SignalR real-time integration, state management",
"version": "1.0.0",
"author": {
"name": "Brock / Narcoleptic Fox LLC"
},
"commands": [
"./commands"
]
}