Skip to content

Commit

Permalink
Add secondary settings to the nuxt.config.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Sep 15, 2024
1 parent f8ef7a5 commit 5463c42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion v3/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNuxtConfig } from 'nuxt/config'
import {defineNuxtConfig} from 'nuxt/config'

export default defineNuxtConfig({
modules: ['@nuxtjs/tailwindcss', '@nuxt/eslint'],
Expand All @@ -18,5 +18,9 @@ export default defineNuxtConfig({
lang: 'en'
}
}
},
compatibilityDate: '2024-09-15',
devServer: {
host: '0.0.0.0',
}
})

0 comments on commit 5463c42

Please sign in to comment.