1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 17:46:34 +00:00
Nuxt/examples/with-components/nuxt.config.ts
pooya parsa a0f81cd1fb
feat: components discovery ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-06-18 18:50:03 +02:00

5 lines
83 B
TypeScript

import { defineNuxtConfig } from '@nuxt/kit'
export default defineNuxtConfig({
})