Skip to content

Commit

Permalink
further remove diagnostic ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill committed Oct 1, 2024
1 parent f659745 commit 727650a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions web/ionic.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"integrations": {},
"type": "angular",
"root": "projects/setup-wizard"
},
"diagnostic-ui": {
"name": "diagnostic-ui",
"integrations": {},
"type": "angular",
"root": "projects/diagnostic-ui"
}
},
"defaultProject": "ui"
Expand Down
1 change: 0 additions & 1 deletion web/lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
'projects/ui/**/*.ts': () => 'npm run check:ui',
'projects/shared/**/*.ts': () => 'npm run check:shared',
'projects/marketplace/**/*.ts': () => 'npm run check:marketplace',
'projects/diagnostic-ui/**/*.ts': () => 'npm run check:dui',
'projects/install-wizard/**/*.ts': () => 'npm run check:install-wiz',
'projects/setup-wizard/**/*.ts': () => 'npm run check:setup',
}
2 changes: 1 addition & 1 deletion web/projects/shared/src/types/workspace-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export type WorkspaceConfig = {
gitHash: string
useMocks: boolean
enableWidgets: boolean
// each key corresponds to a project and values adjust settings for that project, eg: ui, install-wizard, setup-wizard, diagnostic-ui
// each key corresponds to a project and values adjust settings for that project, eg: ui, install-wizard, setup-wizard
ui: {
api: {
url: string
Expand Down

0 comments on commit 727650a

Please sign in to comment.