From 651c9d8e37de0ce2aee837c268f509f93fa6606d Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 4 Feb 2026 05:02:40 +0000 Subject: [PATCH] Use local Prisma CLI for litefs migrations Co-authored-by: Kent C. Dodds --- other/litefs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/litefs.yml b/other/litefs.yml index 8a6b65d5..8a6e4e79 100644 --- a/other/litefs.yml +++ b/other/litefs.yml @@ -29,7 +29,7 @@ lease: key: 'epic-stack-litefs/${FLY_APP_NAME}' exec: - - cmd: bunx prisma@7 migrate deploy + - cmd: /myapp/node_modules/.bin/prisma migrate deploy if-candidate: true # Set the journal mode for the database to WAL. This reduces concurrency deadlock issues