feat(docs): better description for loadNuxt utility

This commit is contained in:
Andrey Yolkin 2023-07-29 17:21:05 +03:00
parent 99d763600e
commit 062d571f47

View File

@ -78,7 +78,7 @@ Programmatic usage can be helpfull when you want to use Nuxt programmatically, f
### `loadNuxt`
Load Nuxt programmatically.
Load Nuxt programmatically. It will load the Nuxt configuration, instantiate and return the promise with Nuxt instance.
#### Type