Move BASE_URL to the build script

This commit is contained in:
2025-06-28 15:07:39 -07:00
parent fcd03bd904
commit 647d7f876f
10 changed files with 17 additions and 13 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"cwd": "${workspaceFolder}/src/MistoxWebsite.Client"
},
"args": [
"build"
"build",
"--base-href=http://localhost:5000"
],
"problemMatcher": "$msCompile"
},