Skip to content

Commit

Permalink
Add code attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 12, 2023
1 parent 7c99ff7 commit 3db0c19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/open-next/src/adapters/request.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copied and modified from serverless-http by Doug Moscrop
// https://github.com/dougmoscrop/serverless-http/blob/master/lib/request.js
// Licensed under the MIT License

// @ts-nocheck
import http from "node:http";

Expand Down
4 changes: 4 additions & 0 deletions packages/open-next/src/adapters/response.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copied and modified from serverless-http by Doug Moscrop
// https://github.com/dougmoscrop/serverless-http/blob/master/lib/response.js
// Licensed under the MIT License

// @ts-nocheck
import http from "node:http";

Expand Down

0 comments on commit 3db0c19

Please sign in to comment.