diff --git a/packages/db/src/core/consts.ts b/packages/db/src/core/consts.ts index 83fa0502d55e..43279f6aa778 100644 --- a/packages/db/src/core/consts.ts +++ b/packages/db/src/core/consts.ts @@ -5,6 +5,8 @@ export const PACKAGE_NAME = JSON.parse( ).name; export const RUNTIME_IMPORT = JSON.stringify(`${PACKAGE_NAME}/runtime`); +// Exposed without type definitions +// to avoid duplicate suggestions in Intellisense export const RUNTIME_CONFIG_IMPORT = JSON.stringify(`${PACKAGE_NAME}/dist/runtime/config.js`); export const DB_TYPES_FILE = 'db-types.d.ts';