Skip to content

Commit

Permalink
Merge branch 'vNext' into ikitanov/list-2988-vNext
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrawku authored Jan 9, 2023
2 parents 973f6b2 + 0c888b2 commit f2e05b8
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 887 deletions.
21 changes: 18 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@
"assets": [
"src/assets",
"src/favicon.ico"
]
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules"
]
}
}
},
"lint": {
Expand Down Expand Up @@ -209,7 +214,12 @@
"styles": [
"projects/app-lob/src/styles.scss"
],
"scripts": []
"scripts": [],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules"
]
}
}
},
"lint": {
Expand Down Expand Up @@ -339,7 +349,12 @@
"styles": [
"projects/app-crm/src/styles.scss"
],
"scripts": []
"scripts": [],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules"
]
}
}
},
"lint": {
Expand Down
Loading

0 comments on commit f2e05b8

Please sign in to comment.