chore: lint

This commit is contained in:
Daniel Roe 2023-05-16 12:19:33 +01:00
parent d53cc604db
commit 742f61766d

View File

@ -10,7 +10,7 @@ description: The server/ directory is used to register API and server handlers t
Nuxt automatically scans files inside these directories to register API and server handlers with HMR support: Nuxt automatically scans files inside these directories to register API and server handlers with HMR support:
- `~/server/api` - `~/server/api`
- `~/server/routes` - `~/server/routes`
- `~/server/middleware` - `~/server/middleware`
Each file should export a default function defined with `defineEventHandler()` or `eventHandler()` (alias). Each file should export a default function defined with `defineEventHandler()` or `eventHandler()` (alias).