Skip to content

[Feature] Add an install option in config #571

@conico974

Description

@conico974

Every function (default, image optimization, middleware ... ) should have an install option to install native dependencies for the correct arch. This would also allow to install sharp on the default/splitted functions if needed.

Something like that :

install : {
 packages: ['sharp', ...],
 arch: 'arm'|'x64',
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions