Skip to content

Commit 31b7ced

Browse files
committed
chore: add a locales stub for correct vite module resolution
When resolving `@blocknote/core/locales` locally, vite can pick up on this file within the `src` directory and use that for the locales export. This should be the same as what is exported in that sub-package anyway
1 parent 8e0cc4f commit 31b7ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/locales.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./i18n/index.js";

0 commit comments

Comments
 (0)