Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Aug 11, 2024
2 parents 3cf0598 + b1b1445 commit 7413a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function bootstrap() {

const publicDirectoryPath =
process.env.NODE_ENV === 'production'
? path.join(__dirname, '..', '..', 'public')
? path.join(__dirname, '..', 'public')
: path.join(__dirname, '..', 'public');

app.use(express.static(publicDirectoryPath));
Expand Down

0 comments on commit 7413a2c

Please sign in to comment.