Skip to content

Commit de6a379

Browse files
committed
Set specific build environment for functions
1 parent 4127f32 commit de6a379

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
functions = "out_functions"
33
publish = "out_publish"
44
command = ""
5+
6+
[build.environment]
7+
# Fix to ensure the Prisma binary is packaged with the lambda function
8+
ZISI_VERSION = "0.4.0-9"

0 commit comments

Comments
 (0)