1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 10:43:28 +00:00
Nuxt/examples/essentials/hello-world/nuxt.config.ts
2022-04-20 10:52:39 +02:00

5 lines
78 B
TypeScript

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