Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
ci: make plugins optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 11, 2024
1 parent 989af52 commit a62909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/components/aws/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ export interface FunctionArgs {
* cold starts.
*/
nodejs?: Input<{
plugins: Input<string>;
plugins?: Input<string>;
/**
* Configure additional esbuild loaders for other file extensions. This is useful
* when your code is importing non-JS files like `.png`, `.css`, etc.
Expand Down

0 comments on commit a62909b

Please sign in to comment.