mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
13 lines
212 B
TypeScript
13 lines
212 B
TypeScript
export default {
|
|
/**
|
|
* Configuration for Nitro
|
|
*
|
|
* @see https://github.com/unjs/nitropack
|
|
*
|
|
* @type {typeof import('nitropack')['NitroConfig']}
|
|
* @version 2
|
|
* @version 3
|
|
*/
|
|
nitro: {}
|
|
}
|