Skip to content

Commit

Permalink
chore: update docs on the alwaysInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer committed Dec 18, 2023
1 parent 6086dd0 commit d505403
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/build-info/src/frameworks/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ export type FrameworkInfo = ReturnType<Framework['toJSON']>

export type BuildPlugin = {
name: string
/** Plugins that should be always installed */
/**
* This setting is for runtimes that are expected to be "automatically"
* installed. Even though they can be installed on package/toml, we always
* want them installed in the site settings. When installed our build will
* automatically install the latest version without the need of the user
* managing the version plugin.
*/
alwaysInstall?: boolean
source?: 'toml'
}
Expand Down

0 comments on commit d505403

Please sign in to comment.