mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2025-01-09 23:57:31 +01:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||
|
export default defineNuxtConfig({
|
||
|
devtools: { enabled: false },
|
||
|
modules: [ '@nuxtjs/tailwindcss', '@vueform/nuxt'],
|
||
|
})
|