diff --git a/package.json b/package.json index ddaafbf..a94237c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "solid-start-stonks", "scripts": { "dev": "solid-start dev", - "build": "solid-start build && cp prisma/schema.prisma .vercel/output/functions/render.func/", + "build": "solid-start build && cp prisma/schema.prisma .vercel/output/functions/render.func/ && cp prisma/schema.prisma .vercel/output/functions/api.func/", "start": "solid-start start", "=== LINTERS ===": "", "lint": "eslint src --fix --ext .tsx,.ts", diff --git a/src/routes/auth/login.tsx b/src/routes/auth/login.tsx index e8ceb9c..97ad75c 100644 --- a/src/routes/auth/login.tsx +++ b/src/routes/auth/login.tsx @@ -20,7 +20,6 @@ const Login: Component = () => { const [t] = useI18n(); const handleClick = () => { - console.log("hanleClick"); signIn("google"); };