mirror of
https://github.com/keven1024/015.git
synced 2026-05-30 17:09:34 +00:00
7 lines
211 B
TypeScript
7 lines
211 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
compatibilityDate: '2024-04-03',
|
|
devtools: { enabled: true },
|
|
modules: ['@nuxtjs/tailwindcss', '@vueuse/nuxt',],
|
|
})
|