Skip to content

Commit

Permalink
fix: add missing alias to schema additions (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamas Bajnoczi <[email protected]>
  • Loading branch information
tamasbjn and lordgecko authored Oct 12, 2023
1 parent 5d79205 commit a76ac05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function extendServerlessSchema(serverless) {
{ type: 'array', items: { type: 'string' } },
],
},
alias: { type: 'string' },
clientContext: {
anyOf: [
{ const: false }, // to skip it
Expand Down

0 comments on commit a76ac05

Please sign in to comment.