Skip to content

Commit e11cd04

Browse files
brian-smith-tcrilclaude
authored andcommitted
fix: remove authnMessages export from index.ts
The old App.messages pattern included apps exporting their messages via \`src/index.ts\`. There is no reason for apps to export this. The file only exists so the app can run as a site with \`npm run dev\`. With frontend-base's i18n pipeline, translations are handled at the site level via \`site.i18n\`. App-only testing didn't catch this because the webpack fallback plugin correctly resolves the missing messages file when \`npm run dev\` is running the app as a site from the repo root (\`src/i18n/\` context). The broken export only surfaces when the compiled \`dist/\` is consumed by a site. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 80394d2 commit e11cd04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export { default as authnApp } from './app';
22
export { default as authnRoutes } from './routes';
3-
export { default as authnMessages } from './i18n';

0 commit comments

Comments
 (0)