From 1aeafec40b483f89625621bc792fbb7aeb5facbd Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:59:48 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(db):=20Migrate=20to=20Neon?= =?UTF-8?q?=20org=20account=20(#204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Migrates to a neon account shared by the Nestrilabs organisation ## Related Issues ## Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers ## Screenshots/Demo ## Additional Context --- infra/bus.ts | 2 +- infra/database.ts | 2 +- infra/www.ts | 2 +- packages/www/src/pages/new.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/bus.ts b/infra/bus.ts index cbc44fde..86b15f01 100644 --- a/infra/bus.ts +++ b/infra/bus.ts @@ -1,6 +1,6 @@ -import { database } from "./database"; import { email } from "./email"; import { allSecrets } from "./secret"; +import { database } from "./database"; export const bus = new sst.aws.Bus("Bus"); diff --git a/infra/database.ts b/infra/database.ts index 8a96287a..3f8f9193 100644 --- a/infra/database.ts +++ b/infra/database.ts @@ -1,6 +1,6 @@ //Created manually from the dashboard and shared with the whole team/org const dbProject = neon.getProjectOutput({ - id: "little-band-76544985", + id: "black-sky-26872933" }) const dbBranchId = $app.stage !== "production" ? diff --git a/infra/www.ts b/infra/www.ts index 24ad1784..6fe83134 100644 --- a/infra/www.ts +++ b/infra/www.ts @@ -1,6 +1,6 @@ // This is the website part where people play and connect -import { auth, api } from "./api"; import { domain } from "./dns"; +import { auth, api } from "./api"; new sst.aws.StaticSite("Web", { path: "./packages/www", diff --git a/packages/www/src/pages/new.tsx b/packages/www/src/pages/new.tsx index fd34c95c..3319de5b 100644 --- a/packages/www/src/pages/new.tsx +++ b/packages/www/src/pages/new.tsx @@ -1,5 +1,5 @@ -import { Container, FullScreen } from "@nestri/www/ui/layout"; import { Text } from "@nestri/www/ui/text"; +import { Container, FullScreen } from "@nestri/www/ui/layout"; export function TeamCreate() { return (