Skip to content

Commit

Permalink
chore: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Nov 15, 2023
1 parent 1a13a53 commit 008fe59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/core/analytics/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["jsonProtocol"]
}

datasource db {
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"buildCommand": "pnpm build",
"outputDirectory": "dist/apps/next-app/.next",
"outputDirectory": ".dist/apps/next-app/.next",
"rewrites": [],
"crons": [
{
Expand Down

0 comments on commit 008fe59

Please sign in to comment.