Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
RouteType
Type alias RouteType
Route
Type
:
"page"
|
"endpoint"
|
"redirect"
|
"fallback"
page: a route that lives in the file system, usually an Astro component
endpoint: a route that lives in the file system, usually a JS file that exposes endpoints methods
redirect: a route points to another route that lives in the file system
fallback: a route that doesn't exist in the file system that needs to be handled with other means, usually the middleware
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...