diff --git a/bun.lockb b/bun.lockb index f725a76..155df94 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7d44d61..4c99860 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "server-only": "^0.0.1", "sharp": "^0.32.6", "sonner": "^1.2.4", - "sst": "ion", + "sst": "^3.1.47", "stripe": "^15.2.0", "superjson": "^2.0.0", "tailwind-classes-sorter": "^0.2.5", diff --git a/src/app/page.tsx b/src/app/page.tsx index 55f64e1..7db0589 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -283,6 +283,18 @@ export default function Home({ ) : null} +

+ Video generation is currently disabled.
+ Please use our open source{" "} + + GitHub + {" "} + to run locally. 🫶 +

+ {/* {!userDB?.user?.subscribed ? (

Want to skip the queue?{" "} @@ -332,7 +344,7 @@ export default function Home({ className="flex flex-row items-center gap-2" variant={"brain"} size={"lg"} - disabled={pendingVideo} + disabled={pendingVideo || true} // not accepting videos rn onClick={() => { setIsOpen(true); }}