ci(netlify): explicitly include SQLite dev.db in serverless function packages

This commit is contained in:
FalahMobile
2026-07-08 19:25:57 +08:00
parent 0874133bc1
commit 8861e9143d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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"]