Skip to content

Commit

Permalink
fix: also export options as ModuleOptions, resolves #215
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jul 2, 2024
1 parent 962f840 commit 169fc8f
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 @@ -21,7 +21,7 @@ import { logger, fileExists } from './lib'
import type { PrismicModuleOptions } from './types'

// Options export
export type { PrismicModuleOptions } from './types'
export type { PrismicModuleOptions, PrismicModuleOptions as ModuleOptions } from './types'

declare module '@nuxt/schema' {
interface PublicRuntimeConfig {
Expand Down

0 comments on commit 169fc8f

Please sign in to comment.