Skip to content

Commit 34f693d

Browse files
authored
Update to Now Builder v3 API (#4)
1 parent 961b6e5 commit 34f693d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ exports.build = async ({
7272
});
7373

7474
return {
75-
[entrypoint]: lambda,
75+
output: lambda
7676
};
7777
};
7878

7979
exports.shouldServe = shouldServe;
80+
81+
exports.version = 3;

0 commit comments

Comments
 (0)