Skip to content

Commit abf28c8

Browse files
committed
fix(libs): add missing path mapping for page-preview use case
Add TypeScript path mapping for @codelab/frontend-application-app/use-cases/page-preview to fix module resolution error in sites app build.
1 parent e4a634f commit abf28c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Git Commit Message Conventions
22

33
- Don't add "Co-Authored-By: Claude <noreply@anthropic.com>" to commit messages
4+
- Don't use no-verify to skip the commit hooks
5+
- Also don't remove comments to fix lint issues, don't remove comments unless asked
46
- Don't add "🤖 Generated with [Claude Code](https://claude.ai/code)" to commit messages
57
- Keep commit messages clean and focused on the changes made
68
- The project uses Commitizen with a custom configuration (see `.cz-config.js`)
79
- To close issues in commit messages, use the footer section with format: `CLOSES: #123`
8-
- The commitizen config supports various commit types (feat, fix, docs, etc.) and scope selection
10+
- The commitizen config supports various commit types (feat, fix, docs, etc.) and scope selection

tsconfig.base.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@
252252
"@codelab/frontend-application-app/use-cases/import-app": [
253253
"libs/frontend/application/app/src/use-cases/import-app/index.ts"
254254
],
255+
"@codelab/frontend-application-app/use-cases/page-preview": [
256+
"libs/frontend/application/app/src/use-cases/page-preview/index.ts"
257+
],
255258
"@codelab/frontend-application-app/use-cases/select-app-options": [
256259
"libs/frontend/application/app/src/use-cases/select-app-options/index.ts"
257260
],

0 commit comments

Comments
 (0)