Skip to content

Commit 7cd6f7a

Browse files
committed
Update Program.cs
1 parent 3e2796c commit 7cd6f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MyApp/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
app.MapViteHmr(nodeProxy);
7777

7878
// Start the Vite dev server if the lockfile does not exist
79+
"../MyApp.Client/dist".AssertDir();
7980
app.RunNodeProcess(nodeProxy,
8081
lockFile: "../MyApp.Client/dist/lock",
8182
workingDirectory: "../MyApp.Client");

0 commit comments

Comments
 (0)