Skip to content

Commit

Permalink
fix: server overrides (#199)
Browse files Browse the repository at this point in the history
* fix: server overrides

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
bestickley and github-actions authored Jan 12, 2024
1 parent d669ff8 commit 1b295a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/NextjsServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface NextjsServerOverrides {
readonly sourceCodeAssetProps?: OptionalAssetProps;
readonly destinationCodeAssetProps?: OptionalAssetProps;
readonly functionProps?: OptionalFunctionProps;
readonly nextjsBucketDeploymentProps: OptionalNextjsBucketDeploymentProps;
readonly nextjsBucketDeploymentProps?: OptionalNextjsBucketDeploymentProps;
}

export type EnvironmentVars = Record<string, string>;
Expand Down

0 comments on commit 1b295a4

Please sign in to comment.