Skip to content

Commit 94b6b55

Browse files
authoredSep 6, 2019
Serverless component v2 (serverless-nextjs#137)
* add serverless-nextjs-component

File tree

79 files changed

+2299
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2299
-46
lines changed
 

‎.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ examples/basic-next-serverless-app/build
66
.serverless
77
.next
88
sls-next-build
9-
package-lock.json
9+
.serverless_nextjs
10+
package-lock.json
11+
.DS_Store

‎.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
manifest.json

0 commit comments

Comments
 (0)
Please sign in to comment.