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 (