mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
e13baf9867
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { defineNuxtConfig } from '@nuxt/kit'
|
|
|
|
export default defineNuxtConfig({
|
|
// vite: true
|
|
})
|