Skip to content

Commit

Permalink
feat: removing unused ui's, removing backend and updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Aug 7, 2024
1 parent 7b87ec5 commit 730a7b0
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 568 deletions.
5 changes: 1 addition & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@
!frontend/tsconfig.json
!frontend/src/**

!backend/package.json
!backend/package-lock.json
!backend/index.js

!nginx.conf
27 changes: 0 additions & 27 deletions Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions backend/index.js

This file was deleted.

226 changes: 0 additions & 226 deletions backend/package-lock.json

This file was deleted.

14 changes: 0 additions & 14 deletions backend/package.json

This file was deleted.

6 changes: 3 additions & 3 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/example-content",
"outputPath": "dist",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down Expand Up @@ -62,8 +62,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "3mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build -c production",
"watch": "ng build --watch --configuration development",
"test": "echo 'tests skipped for now'"
},
Expand Down
58 changes: 0 additions & 58 deletions frontend/src/app/account-list/account-list.component.html

This file was deleted.

Empty file.
Loading

0 comments on commit 730a7b0

Please sign in to comment.