From 849a470073ecba5fcfb7ebbc51bb6c10b2165feb Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Sun, 2 Mar 2025 01:30:57 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(infra):=20Share=20the=20same?= =?UTF-8?q?=20Neon=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/database.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/infra/database.ts b/infra/database.ts index 83e99870..e758ab42 100644 --- a/infra/database.ts +++ b/infra/database.ts @@ -1,7 +1,6 @@ - -const dbProject = new neon.Project("Nestri", { - historyRetentionSeconds: 86400, - name:"Nestri" +//Created manually from the dashboard and shared with the whole team/org +const dbProject = neon.getProjectOutput({ + id:"red-mud-17843368" }) const dbBranchId = $app.stage !== "production" ?