1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/examples/hello-world/nuxt.config.ts
2021-04-23 22:30:43 +02:00

5 lines
83 B
TypeScript

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