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

Commit ca6fae3

Browse files
authored
Updated Readme for WSL usage
Hi, Please approve this only after you've approved the PR from @T0shik.
1 parent 5ed9899 commit ca6fae3

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)