Skip to content

Commit

Permalink
Upgrade electron, remove nx cache, rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 15, 2024
1 parent fb9debb commit 6caf8d2
Show file tree
Hide file tree
Showing 7 changed files with 939 additions and 1,187 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
.nx
Binary file removed .nx/cache/18.3.4-nx.linux-x64-gnu.node
Binary file not shown.
957 changes: 0 additions & 957 deletions CHANGELOG.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"angular-electron": {
"monerod-gui": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
Expand Down Expand Up @@ -121,27 +121,27 @@
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "angular-electron:build"
"browserTarget": "monerod-gui:build"
},
"configurations": {
"dev": {
"browserTarget": "angular-electron:build:dev"
"browserTarget": "monerod-gui:build:dev"
},
"production": {
"browserTarget": "angular-electron:build:production"
"browserTarget": "monerod-gui:build:production"
},
"web": {
"browserTarget": "angular-electron:build:web"
"browserTarget": "monerod-gui:build:web"
},
"web-production": {
"browserTarget": "angular-electron:build:web-production"
"browserTarget": "monerod-gui:build:web-production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "angular-electron:build"
"buildTarget": "monerod-gui:build"
}
},
"test": {
Expand All @@ -163,7 +163,7 @@
}
}
},
"angular-electron-e2e": {
"monerod-gui-e2e": {
"root": "e2e",
"projectType": "application",
"architect": {
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6caf8d2

Please sign in to comment.