Move BASE_URL to the build script
This commit is contained in:
Vendored
+2
-1
@@ -21,7 +21,8 @@
|
||||
"cwd": "${workspaceFolder}/src/MistoxWebsite.Client"
|
||||
},
|
||||
"args": [
|
||||
"build"
|
||||
"build",
|
||||
"--base-href=http://localhost:5000"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user