Skip to content

Commit

Permalink
chore: use nuxt.config.ts instead of .nuxtrc (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien authored Sep 16, 2024
1 parent 9134d44 commit ac06989
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .nuxtrc

This file was deleted.

9 changes: 9 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default defineNuxtConfig({
modules: ['nuxt-applicationinsights'],
imports: {
autoImport: false,
},
typescript:{
includeWorkspace: true
}
})

0 comments on commit ac06989

Please sign in to comment.