From c584f4f634b293bdf41b9cb61670233fb08f879d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 13 Jun 2024 11:46:15 +0200 Subject: [PATCH] feat: Update README.md with server build instructions using Prisma --- nextjs/prisma/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nextjs/prisma/README.md b/nextjs/prisma/README.md index 204cdc8..8718394 100644 --- a/nextjs/prisma/README.md +++ b/nextjs/prisma/README.md @@ -1,7 +1,5 @@ # Coolify Configuration -## Static build (SPA) +## Server build (NodeJS) with Prisma - Set `Build Pack` to `nixpacks`. -- Enable `Is it a static site?`. -- Set `Output Directory` to `out`. -- That's all. \ No newline at end of file +- That's all.