Skip to content

Commit

Permalink
fix(repo): Update component build parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 13, 2022
1 parent de55012 commit 7b00f6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apps/web/shell/ClientApp/app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function NotFound() {
return "Couldn't find requested resource";
}
4 changes: 2 additions & 2 deletions design-system/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"development": {
"dev": true,
"prod": false,
"clean": true,
"clean": false,
"verbose": false
},
"production": {
"dev": false,
"prod": true,
"clean": true
"clean": false
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion workspace.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"projects": {
"docs": "apps/docs",
"apis-message": "apps/apis/message",
"core-typescript-utilities": "libs/core/typescript/utilities",
"design-system-components": "design-system/components",
"design-system-tokens": "design-system/tokens",
"docs": "apps/docs",
"shared-common": "libs/shared/common",
"shared-ui-components": "libs/shared/ui/components",
"shared-ui-feature-routing": "libs/shared/ui/feature-routing",
Expand Down

0 comments on commit 7b00f6f

Please sign in to comment.