Skip to content

Commit

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

0 comments on commit a4d8211

Please sign in to comment.