/ added for the baseHref of the build

This commit is contained in:
Yûki VACHOT 2022-01-31 16:16:36 +01:00
parent a18333c2c3
commit 7a787ec562

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng build && python flask run", "start": "ng build && python flask run",
"build": "ng build --build-optimizer --baseHref=frontend/dist", "build": "ng build --build-optimizer --baseHref=frontend/dist/",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"
}, },