ci(netlify): explicitly include SQLite dev.db in serverless function packages
This commit is contained in:
+4
-1
@@ -12,4 +12,7 @@
|
||||
environment = { NODE_VERSION = "22" }
|
||||
|
||||
[context.branch-deploy]
|
||||
environment = { NODE_VERSION = "22" }
|
||||
environment = { NODE_VERSION = "22" }
|
||||
|
||||
[functions]
|
||||
included_files = ["prisma/dev.db", "dev.db", "node_modules/.prisma/client/dev.db"]
|
||||
Reference in New Issue
Block a user