Skip to content

Commit

Permalink
chore: test building seperately 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Dec 12, 2023
1 parent 0043503 commit dbbdb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/exported.js
Original file line number Diff line number Diff line change
Expand Up @@ -88876,7 +88876,7 @@ var Qh = ((o) => (
? ((this.memoryLogger = new i8()), (this.pinoLogger = (0, Zh.pino)({ ...s, sync: !0 }, this.memoryLogger)))
: ((this.pinoLogger = (0, Zh.pino)({
...s,
transport: { pipeline: [{ target: xD.join('.', 'transformStream') }, a3t(a)] },
transport: { pipeline: [{ target: xD.join('dist', 'transformStream') }, a3t(a)] },
sync: !1,
})),
X_e()),
Expand Down
2 changes: 1 addition & 1 deletion src/logger/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class Logger {
transport: {
pipeline: [
{
target: path.join('.', 'transformStream'),
target: path.join('dist', 'transformStream'),
},
getWriteStream(level),
],
Expand Down

0 comments on commit dbbdb33

Please sign in to comment.