From 459867a45edd8b4fa19c3058a24845381b2195c8 Mon Sep 17 00:00:00 2001 From: Petr Glaser Date: Sat, 16 Nov 2024 22:34:22 +0100 Subject: [PATCH] fix(api): add node_modules because prisma --- zerops.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/zerops.yml b/zerops.yml index 7a0e3815..7d2e3cc0 100644 --- a/zerops.yml +++ b/zerops.yml @@ -25,6 +25,7 @@ zerops: - bun x nx build:executable backend deployFiles: - apps/dist/backend + - node_modules cache: - node_modules - bun.lockb