fix(prisma): redirect SQLite file target to writeable /tmp path in serverless contexts

This commit is contained in:
FalahMobile
2026-07-08 19:28:55 +08:00
parent 8861e9143d
commit e2f8d7be66
2 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
workers: process.env.CI ? 1 : undefined,
reporter: 'html',
use: {
baseURL: 'https://6a4e32b8782b7f28bdd55a45--mobile2-staging-falah.netlify.app',
baseURL: 'https://6a4e33d683bf9228e13b4f35--mobile2-staging-falah.netlify.app',
trace: 'on-first-retry',
video: 'retain-on-failure',
},