mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
Update docs/1.getting-started/6.server-directory.md
Co-authored-by: Estéban <esteban.soubiran@insa-cvl.fr>
This commit is contained in:
parent
1c7420c22a
commit
af681534b1
@ -64,7 +64,7 @@ Any files under `~/server/plugins` folder will be registered as Nitro Plugin for
|
||||
|
||||
:ReadMore{link="https://www.jsdocs.io/package/h3#package-index-functions" title="Available H3 Request Helpers"}
|
||||
|
||||
Incase of you want to have your own helper functions to solve your problem, they can be places under `~/server/utils` folder and they will be imported automatically for you to use.
|
||||
Incase of you want to have your own helper functions to solve your problem, they can be places under `~/server/utils` folder and they will be imported automatically for you to use like composables.
|
||||
|
||||
::alert{type="warning"}
|
||||
Composables created under `~/composables` folder cannot be used on server routes.
|
||||
|
Loading…
Reference in New Issue
Block a user