1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:03:55 +00:00
Nuxt/playground/nuxt.config.ts
2022-03-14 13:27:02 +01:00

8 lines
111 B
TypeScript

import { defineNuxtConfig } from 'nuxt3'
export default defineNuxtConfig({
modules: [
'@nuxt/ui'
]
})