Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 19, 2024
1 parent 230b6e7 commit 7d61bd0
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>({
}

nuxt.options.nitro.virtual ||= {}
nuxt.options.nitro.virtual['kinde-version.mjs'] = () => `export const version = '${version}'`,
nuxt.options.nitro.virtual['kinde-version.mjs'] = () => `export const version = '${version}'`

// Do not add the extension since the `.ts` will be transpiled to `.mjs` after `npm run prepack`
addPlugin(resolver.resolve('./runtime/plugin'))
Expand Down

0 comments on commit 7d61bd0

Please sign in to comment.