Skip to content

Commit

Permalink
fix(templates): vercel website migrations (#9235)
Browse files Browse the repository at this point in the history
Properly generate migrations for with-vercel-website template
  • Loading branch information
denolfe authored Nov 15, 2024
1 parent 90686fa commit 30d66bf
Show file tree
Hide file tree
Showing 9 changed files with 28,945 additions and 517 deletions.
8,364 changes: 8,364 additions & 0 deletions templates/with-vercel-postgres/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/with-vercel-postgres/src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default buildConfig({
plugins: [
vercelBlobStorage({
collections: {
slug: true,
media: true,
},
token: process.env.BLOB_READ_WRITE_TOKEN || '',
}),
Expand Down
10,721 changes: 10,721 additions & 0 deletions templates/with-vercel-website/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 30d66bf

Please sign in to comment.