Skip to content

Commit

Permalink
- fix static files for prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed Mar 1, 2024
1 parent cdbdee0 commit e3833bc
Show file tree
Hide file tree
Showing 8 changed files with 8,005 additions and 3,311 deletions.
1 change: 1 addition & 0 deletions api-gateway/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ build/

/node_modules
/.angular
/node

15 changes: 2 additions & 13 deletions api-gateway/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,10 @@
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "@angular-builders/jest:run",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"assets": [
"src/main/webapp/favicon.ico",
"src/main/webapp/assets"
],
"styles": [
"src/main/webapp/styles.css"
],
"scripts": []
"configPath": "jest.conf.js"
}
}
}
Expand Down
Empty file added api-gateway/jest.conf.js
Empty file.
Loading

0 comments on commit e3833bc

Please sign in to comment.