Skip to content

Commit

Permalink
chore(create): move 'dotenv' to regular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
coopbri authored May 8, 2024
1 parent e99060d commit aebde9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ export function getDependencies(
`@vendure/email-plugin${vendurePkgVersion}`,
`@vendure/asset-server-plugin${vendurePkgVersion}`,
`@vendure/admin-ui-plugin${vendurePkgVersion}`,
'dotenv',
dbDriverPackage(dbType),
];
const devDependencies = [
`@vendure/cli${vendurePkgVersion}`,
'concurrently',
'dotenv',
`typescript@${TYPESCRIPT_VERSION}`,
];
return { dependencies, devDependencies };
Expand Down

0 comments on commit aebde9e

Please sign in to comment.