Skip to content

Commit

Permalink
WIP: Got deploys to work, but server fails because serverless-webpack…
Browse files Browse the repository at this point in the history
… doesnt work well with yarn workspaces. Serverless reports module not found. This is due to a workaround to get serverless-webpack to work, but the node externals does not include the module https://github.com/serverless-heaven/serverless-webpack/issues/494\#issuecomment-637244350
  • Loading branch information
tingc10 committed Dec 10, 2020
1 parent e18e4b2 commit bc33d65
Show file tree
Hide file tree
Showing 14 changed files with 2,760 additions and 77 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion client/.graphqlrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schema: http://localhost:3000/dev/graphql
schema: http://localhost:3000/dev
documents: "./src/queries/**/*.graphql"
extensions:
codegen:
Expand Down
Loading

0 comments on commit bc33d65

Please sign in to comment.