We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2796c commit 7cd6f7aCopy full SHA for 7cd6f7a
MyApp/Program.cs
@@ -76,6 +76,7 @@
76
app.MapViteHmr(nodeProxy);
77
78
// Start the Vite dev server if the lockfile does not exist
79
+ "../MyApp.Client/dist".AssertDir();
80
app.RunNodeProcess(nodeProxy,
81
lockFile: "../MyApp.Client/dist/lock",
82
workingDirectory: "../MyApp.Client");
0 commit comments