Skip to content

Commit

Permalink
chore: comment on intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 11, 2024
1 parent 2ab6835 commit 972a828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/db/src/core/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 972a828

Please sign in to comment.