refactor(core): rename and add jsdoc
This commit is contained in:
parent
2e427fc1cc
commit
c6c3fc608a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import { mcflyNitroConfig } from './mcfly-nitro-config.js'
|
|||
*/
|
||||
|
||||
/**
|
||||
* Create a valid Nitro configuration given a McFly config object
|
||||
* @returns {Promise<NitroConfig>}
|
||||
*/
|
||||
export async function getNitroConfig(mcflyConfig = {}) {
|
Loading…
Reference in a new issue