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