chore: bring placeholders back to blank

This commit is contained in:
Elliot DeNolf
2024-11-17 21:26:58 -05:00
parent abf5bb2c34
commit ea0a99e0e4
4 changed files with 12 additions and 4 deletions

View File

@@ -126,6 +126,9 @@ async function main() {
db: 'mongodb',
storage: 'localDisk',
sharp: true,
// The blank template is used as a base for create-payload-app functionality,
// so we do not configure the payload.config.ts file, which leaves the placeholder comments.
configureConfig: false,
},
{
name: 'payload-cloud-mongodb-template',