We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 126d696 + 684d375 commit b1a4fdcCopy full SHA for b1a4fdc
2 files changed
sample-apps/robinhood-for-reddit/serverless.yml
@@ -12,7 +12,7 @@ provider:
12
custom:
13
localstack:
14
stages:
15
- -local
+ - local
16
17
plugins:
18
- serverless-plugin-typescript
sample-apps/robinhood-for-reddit/tsconfig.json
@@ -11,5 +11,10 @@
11
"strict": true,
"strictNullChecks": true,
"target": "es2019",
- }
+ },
+ "exclude": [
+ ".idea",
+ "node_modules",
+ "dist"
19
+ ],
20
}
0 commit comments