File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ needed in todays Single Page Applications (SPAs).
6363 - Fork & Clone repo
6464 - ` npm install && dotnet restore ` (if using Visual Studio it will do both of these automatically when the project is opened)
6565
66- > Both Visual Studio & VSCode have the neccessary Launch files to be able to run & debug immidiately.
66+ > Both Visual Studio & VSCode have the neccessary (Dev & Prod) Launch files to be able to run & debug immidiately.
67+
68+ (Temporarily) But for VSCode, in order to see the full Production version you must go to Command Line and set the environment variable
69+ to: ` ASPNETCORE_ENVIRONMENT=Production ` , then run ` webpack ` manually. Then you can launch the [ Production] Launch Web option from VSCode.
70+
6771
6872----
6973
You can’t perform that action at this time.
0 commit comments