Skip to content

Commit

Permalink
chore: add compatibilityDate field
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 21, 2024
1 parent 61a9a0e commit bd6a7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { DEVTOOLS_UI_PATH } from '../src/constants'
const resolver = createResolver(import.meta.url)

export default defineNuxtConfig({
compatibilityDate: '2024-08-19',
ssr: false,
modules: ['@nuxt/devtools-ui-kit'],
unocss: {
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default defineNuxtConfig({
compatibilityDate: '2024-08-19',
devtools: { enabled: true },
modules: ['@nuxt/fonts', '@nuxtjs/tailwindcss', '@unocss/nuxt'],
unocss: {
Expand Down

0 comments on commit bd6a7da

Please sign in to comment.