This commit is contained in:
Ben Wilson
2023-06-21 10:47:34 -04:00
parent 526dcd4ac7
commit 38ece7462e

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.local.json ",
"build": "ng build",
"build": "ng build --base-href /public-pool-ui/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},