Skip to content

Commit b89ca85

Browse files
author
sw-yx
committed
merge
2 parents e9cdc93 + 39aa887 commit b89ca85

File tree

7 files changed

+19053
-2442
lines changed

7 files changed

+19053
-2442
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
# production
1010
/build
11-
/lambda
11+
/built-lambda
12+
13+
/.netlify
1214

1315
# misc
1416
.DS_Store

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
Command = "yarn build"
3-
Functions = "lambda"
4-
Publish = "build"
2+
command = "yarn build"
3+
functions = "built-lambda"
4+
publish = "build"

0 commit comments

Comments
 (0)