Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ResolvedWorkerOptions
Interface ResolvedWorkerOptions
interface
ResolvedWorkerOptions
{
format
:
"es"
|
"iife"
;
plugins
:
(
(
bundleChain
)
=>
Promise
<
Plugin
<
any
>
[]
>
)
;
rollupOptions
:
RollupOptions
;
}
Index
Properties
format
plugins
rollup
Options
Properties
format
format
:
"es"
|
"iife"
plugins
plugins
:
(
(
bundleChain
)
=>
Promise
<
Plugin
<
any
>
[]
>
)
Type declaration
(
bundleChain
)
:
Promise
<
Plugin
<
any
>
[]
>
Parameters
bundleChain
:
string
[]
Returns
Promise
<
Plugin
<
any
>
[]
>
rollup
Options
rollup
Options
:
RollupOptions
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
format
plugins
rollup
Options
Astro Node.js Fastify adapter - v0.0.12
Loading...