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 07799dc commit 5ade181Copy full SHA for 5ade181
MyApp/Program.cs
@@ -76,6 +76,7 @@
76
app.MapNextHmr(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