mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Fix build.excludeMiddleware
default type docs (#7630)
This commit is contained in:
parent
0952a815b7
commit
c38b0c49da
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ export interface AstroUserConfig {
|
|||
* @docs
|
||||
* @name build.excludeMiddleware
|
||||
* @type {boolean}
|
||||
* @default {false}
|
||||
* @default `false`
|
||||
* @version 2.8.0
|
||||
* @description
|
||||
* Defines whether or not any SSR middleware code will be bundled when built.
|
||||
|
|
Loading…
Reference in a new issue