UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

8 lines (5 loc) 289 B
import type { NuxtConfig } from 'nuxt/schema' import type { ConfigLayerMeta, DefineConfig } from 'c12' export { NuxtConfig } from 'nuxt/schema' export interface DefineNuxtConfig extends DefineConfig<NuxtConfig, ConfigLayerMeta> {} export declare const defineNuxtConfig: DefineNuxtConfig