Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 19, 2023
1 parent c9f9941 commit 8f21e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"scripts": {
"build": "next build",
"build": "pnpm prisma:generate; next build",
"dev": "next dev --port 4785",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.tsx",
Expand Down

2 comments on commit 8f21e70

@vercel
Copy link

@vercel vercel bot commented on 8f21e70 Nov 19, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender.hey.xyz
prerender-heyxyz.vercel.app
prerender-git-main-heyxyz.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8f21e70 Nov 19, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

api – ./apps/api

api-heyxyz.vercel.app
api-git-main-heyxyz.vercel.app
hey-api.vercel.app
api.hey.xyz

Please sign in to comment.