Skip to content

Commit

Permalink
chore: add compat date to nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
RichAyotte committed Jul 26, 2024
1 parent 740b1fa commit a8c937e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import inject from '@rollup/plugin-inject'
import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'
import inject from '@rollup/plugin-inject'
import { defineNuxtConfig } from 'nuxt/config'
import pkg from './package.json'

Expand Down Expand Up @@ -91,4 +91,5 @@ export default defineNuxtConfig({
},
},
},
compatibilityDate: '2024-07-26',
})

0 comments on commit a8c937e

Please sign in to comment.