Skip to content

Commit

Permalink
refactor: remove references to moved cms.ts generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy committed May 20, 2024
1 parent 72d8a16 commit f474141
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
/packages/schemas/lib/cms.graphql @jack-thant
/packages/tsconfig/** @chanbakjsd
/packages/types/** @chanbakjsd
/packages/types/lib/cms.ts @jack-thant
/packages/types/lib/merch.ts @chanbakjsd
/packages/ui/** @chanbakjsd

2 changes: 1 addition & 1 deletion apps/cms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"paths": {
"payload/generated-types": [
"../../packages/types/lib/cms.ts" // Ensure this matches the path to your typescript outputFile
"./src/types.ts" // Ensure this matches the path to your typescript outputFile
]
}
},
Expand Down

0 comments on commit f474141

Please sign in to comment.