Skip to content

Commit

Permalink
feat - test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Aug 11, 2024
1 parent a6c664a commit e2c1c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineNuxtConfig({
extends: [
process.env.NUXT_UI_PRO_PATH || '@nuxt/ui-pro'
],
// eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore Type circular reference
modules: [
'nuxt-content-twoslash',
Expand Down Expand Up @@ -208,5 +208,5 @@ export default defineNuxtConfig({
},
devtools: {
enabled: false
},
}
})

0 comments on commit e2c1c52

Please sign in to comment.