Skip to content

Commit

Permalink
chore(types): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Apr 30, 2024
1 parent 779ae84 commit 9b7237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineNuxtModule<ModuleOptions>({
const publicToken = process.env.NUXT_PUBLIC_STUDIO_TOKENS
const iframeMessagingAllowedOrigins = process.env.IFRAME_MESSAGING_ALLOWED_ORIGINS
const gitInfo = await _getLocalGitInfo(nuxt.options.rootDir) || _getGitEnv() || {}
nuxt.options.runtimeConfig.studio = defu(nuxt.options.runtimeConfig.studio as Record<string, unknown>, {
nuxt.options.runtimeConfig.studio = defu(nuxt.options.runtimeConfig.studio, {
version,
publicToken,
gitInfo,
Expand Down

0 comments on commit 9b7237d

Please sign in to comment.