Skip to content

Commit

Permalink
fix(example): module import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 21, 2021
1 parent 908d9b2 commit c460617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineNuxtConfig } from 'nuxt3'
import module from '../src/module'

export default defineNuxtConfig({
buildModules: [
'../src/module'
module
],
strapi: {
url: 'http://localhost:1337'
Expand Down

0 comments on commit c460617

Please sign in to comment.