The error you are getting is because you didn’t add it to your serve browserTarget configuration:
"serve":{
"fr": {
"browserTarget": "custom-reports:build:fr"
},
}
The error you are getting is because you didn’t add it to your serve browserTarget configuration:
"serve":{
"fr": {
"browserTarget": "custom-reports:build:fr"
},
}