Skip to content

Commit

Permalink
fix: issue where runtimeConfig not bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Jan 15, 2024
1 parent c3f6354 commit bfdc7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNuxtPlugin } from '#app'
import { defineNuxtPlugin, useRuntimeConfig } from '#app'
import { create as createoramaInstance, type AnyOrama } from '@orama/orama';
import type { CreateAnyOramaArguments, NuxtOramaProvider } from './interfaces';
import { DEFAULT_KEY } from './constants';
Expand Down

0 comments on commit bfdc7d8

Please sign in to comment.