Fix path
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit Details

develop
Peter Bastiani 2024-01-30 10:23:14 +01:00
parent feaad02c33
commit 4bda94c360
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { environment } from '../../../../../src/environments/environment';
import { environment } from '@environment/environment';
@Injectable({
providedIn: 'root',

View File

@ -34,6 +34,9 @@
],
"ngx-openlayers/*": [
"dist/ngx-openlayers/*"
],
"@environment/*": [
"src/environments/*"
]
},
"useDefineForClassFields": false