Skip to content

Commit

Permalink
feat: use nuxt 4 structure
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 14, 2024
1 parent 3f19232 commit fe3b8ce
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 7 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { pwa } from './config/pwa'
import { appDescription } from './constants/index'
import { pwa } from './app/config/pwa'
import { appDescription } from './app/constants/index'

export default defineNuxtConfig({
modules: [
Expand Down Expand Up @@ -75,5 +75,9 @@ export default defineNuxtConfig({
},
},

future: {
compatibilityVersion: 4,
},

compatibilityDate: '2024-08-14',
})
})

0 comments on commit fe3b8ce

Please sign in to comment.