forked from serverless/serverless-plugin-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(serverless#281): add serviceDir to Serverless config
serviceDir and servicePath both are optional so we have to check. In index.ts, I'm setting both, because according to comments throughout Serverless code, they should actually be linked. Due to (I think) a bug, they're not. But there may be code that uses either/or, so they should both be set. Added setter and getter for this, to put that logic in one place. This doesn't fix serverless#281 yet, but it's a necessary part.
- Loading branch information
John Reeves
committed
Oct 26, 2022
1 parent
ac330c3
commit 8d98a51
Showing
2 changed files
with
57 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters