Skip to content

Commit

Permalink
chore: Remove blog from global type i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Jul 11, 2024
1 parent a42c9a1 commit 0c2d316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/backend/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/src
/src/*
!/src/plugins
/.turbo
/node_modules
/.eslintrc.json
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

type IntlMessages =
typeof import('../../apps/frontend/plugins/admin/langs/en.json') &
typeof import('../../apps/frontend/plugins/blog/langs/en.json') &
typeof import('../../apps/frontend/plugins/core/langs/en.json');

0 comments on commit 0c2d316

Please sign in to comment.