Skip to content

Commit

Permalink
adds copy to api result
Browse files Browse the repository at this point in the history
  • Loading branch information
wmalarski committed Jan 9, 2023
1 parent f5c62c3 commit ed65459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/routes/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Login: Component = () => {
const [t] = useI18n();

const handleClick = () => {
console.log("hanleClick");
signIn("google");
};

Expand Down

1 comment on commit ed65459

@vercel
Copy link

@vercel vercel bot commented on ed65459 Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.