Skip to content

Commit

Permalink
add mysql2 to implicitDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Dec 31, 2023
1 parent f35572e commit 39a4c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function generatePackageJson() {
"prisma",
"prisma-nestjs-graphql",
"pino-pretty",
"mysql2"
];
const dependencies = implicitDeps.reduce((acc, dep) => {
acc[dep] = packageJson.dependencies[dep];
Expand Down

0 comments on commit 39a4c6c

Please sign in to comment.