Skip to content

Commit

Permalink
fix: add nuxt.config.ts file with module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 10, 2023
1 parent c0cfa1f commit 916447f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// nuxt-module-build prepare fix type
export default defineNuxtConfig({
modules: ['src/module'],
devtools: true,
pergel: {
pergelDir: 'pergel',
rootDir: 'playground',
projects: {
project1: {
S3: true,
},
},
},

})

0 comments on commit 916447f

Please sign in to comment.