Skip to content

Commit

Permalink
feat(payload): remove db selection
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 8, 2024
1 parent 55caf95 commit bc5ea43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const preparePayload = async () => {
'postgres',
`Local connection string: ${chalk.cyan('postgresql://user:password@localhost:5432/postgres')}`,
);
execSync('npx create-payload-app@beta', { stdio: 'inherit' });
execSync('npx create-payload-app@beta --db postgres', { stdio: 'inherit' });

// Payload doesn't work with Turbopack yet
removeTurboFlag();
Expand Down

0 comments on commit bc5ea43

Please sign in to comment.