Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 63a601e

Browse files
authored
Merge pull request #61 from iamxavier/patch-1
Updated Readme for WSL usage
2 parents 5839ba6 + ca6fae3 commit 63a601e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/e
5757
new SpaOptions { SourcePath = "ClientApp" },
5858
npmScript: (System.Diagnostics.Debugger.IsAttached) ? "serve" : null,
5959
regex: "Compiled successfully",
60-
forceKill: true
60+
forceKill: true,
61+
wsl: false // Set to true if you are using WSL on windows. For other operating systems it will be ignored
6162
);
6263
});
6364
}

0 commit comments

Comments
 (0)