Skip to content

Commit 5ade181

Browse files
committed
Force MyApp.Client/dist
1 parent 07799dc commit 5ade181

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.MapNextHmr(nodeProxy);
7777

7878
// Start the Next.js dev server if the Next.js 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)