This commit is contained in:
Ben Wilson
2023-06-21 16:27:06 -04:00
parent d7f578aa50
commit f547adb550

View File

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