mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2026-07-19 13:26:04 -04: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,
|
|
});
|