From 240739b1276577ddfd8f249ccedf186eafd2019c Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Sun, 18 Jan 2026 16:56:20 +0100 Subject: [PATCH] [dyad] Fixing next-intl config file discovery - wrote 1 file(s) --- next-intl.config.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 next-intl.config.ts diff --git a/next-intl.config.ts b/next-intl.config.ts new file mode 100644 index 0000000..25996a4 --- /dev/null +++ b/next-intl.config.ts @@ -0,0 +1 @@ +export { default } from './src/i18n'; \ No newline at end of file