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 c4328f2 commit f67c58cCopy full SHA for f67c58c
MyApp/Program.cs
@@ -76,6 +76,7 @@
76
app.MapViteHmr(nodeProxy);
77
78
// Start the Next.js dev server if the Next.js 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