mirror of
https://github.com/Drop-OSS/drop-base
synced 2026-08-27 16:26:03 -04:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
devtools: { enabled: true },
|
|
modules: ["@nuxtjs/tailwindcss"],
|
|
ssr: false,
|
|
});
|