From f668152143f21b3797e1561a91d1c7f60fe74286 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:23:42 +0200 Subject: [PATCH] asdf --- turbo-t3-nextauth/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo-t3-nextauth/package.json b/turbo-t3-nextauth/package.json index 681406c..f7c9587 100644 --- a/turbo-t3-nextauth/package.json +++ b/turbo-t3-nextauth/package.json @@ -5,6 +5,7 @@ "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", + "start": "turbo run t3#db:push && turbo run t3#start", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "check-types": "turbo run check-types" }, @@ -21,4 +22,4 @@ "apps/*", "packages/*" ] -} +} \ No newline at end of file