Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
DevJoghurt committed Sep 17, 2024
1 parent 022240f commit c4386d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
export default defineNuxtConfig({
modules: [
'@nuxt/ui',
'../src/module'
'../src/module',
],
dicom: {
},
devtools: {
enabled: true
dicom: {},
devtools: {
enabled: true,
},
compatibilityDate: '2024-08-05',
})

0 comments on commit c4386d1

Please sign in to comment.