mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-29 23:49:29 +08:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
devtools: { enabled: true },
|
|
modules: ['@nuxtjs/tailwindcss'],
|
|
})
|