Skip to content

Commit

Permalink
fix: ensure plugin declaration files are emitted (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Sep 11, 2024
1 parent 6581f12 commit 7e381dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/app/plugins/session.client.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: https://github.com/nuxt/module-builder/issues/141
import {} from 'nuxt/app'
import { defineNuxtPlugin, useUserSession } from '#imports'

export default defineNuxtPlugin(async (nuxtApp) => {
Expand Down
2 changes: 2 additions & 0 deletions src/runtime/app/plugins/session.server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: https://github.com/nuxt/module-builder/issues/141
import {} from 'nuxt/app'
import { defineNuxtPlugin, useRequestEvent, useUserSession } from '#imports'

export default defineNuxtPlugin({
Expand Down

0 comments on commit 7e381dc

Please sign in to comment.