mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2025-11-09 20:12:16 +10:00
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
devtools: { enabled: true },
|
|
modules: ["@nuxtjs/tailwindcss"],
|
|
ssr: false,
|
|
});
|