Update docs/1.getting-started/6.server-directory.md

Co-authored-by: Estéban <esteban.soubiran@insa-cvl.fr>
This commit is contained in:
Alper Doğan 2023-07-18 19:01:12 +03:00 committed by GitHub
parent 1c7420c22a
commit af681534b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.