From 01a6183eae8b3a34fe21c7e761995f8cbc78b84a Mon Sep 17 00:00:00 2001 From: Tabish1511 Date: Sat, 14 Dec 2024 14:46:34 +0000 Subject: [PATCH] checking if any prisma errors in github actions during deploy.yaml --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 505e68a..24fb108 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -3,7 +3,7 @@ import cors from 'cors'; import userRouter from './routes/user'; import messageRouter from './routes/message'; -// BUILD AND CHECK JOURNALINK DIRECTORIES IN EC2 SERVER +// CHECK IF ALL DOCKER BUILDS RUNNING OKAY const app = express();