1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 01:19:58 +00:00
Nuxt/examples/hello-world/nuxt.config.ts

5 lines
79 B
TypeScript

import { defineNuxtConfig } from 'nuxt3'
export default defineNuxtConfig({
})