Skip to content

Commit b4dbb48

Browse files
committed
chore: 增加 AutoRestart 配置
1 parent a8ed5a2 commit b4dbb48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapBlazor.Server/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
<Import Project="..\Directory.Build.props" />
44
<Import Project="..\..\Framework.props" />
55

6+
<PropertyGroup>
7+
<HotReloadAutoRestart>true</HotReloadAutoRestart>
8+
</PropertyGroup>
9+
610
</Project>

0 commit comments

Comments
 (0)